> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# list_my_spaces

> Every space the authenticated user can access, with a marker on the one bound to this MCP session.

Lists every space the current user belongs to and identifies which one this MCP session is authorized for. Useful for agency / multi-client workflows where the user juggles many workspaces.

## When to use

* "What spaces / teams / clients do I have access to?"
* "Am I in the right space?"

## Session scope

MCP tokens are pinned to **one space** at mint time (the `mcp_space:{id}` ability). This tool tells you which other spaces the user *belongs to* but you cannot read data from them in the current session — they'd need a separate MCP connection per space (see the in-app MCP settings page).

## Parameters

| Parameter | Type   | Required | Description                         |
| --------- | ------ | -------- | ----------------------------------- |
| `format`  | string | No       | `csv` (default), `json`, or `yaml`. |

## Output

```csv theme={null}
id,name,team,current
123,Acme Marketing,Acme Inc.,true
456,Beta Co.,Acme Inc.,false
789,Client A,Agency LLC,false
```
