Skip to main content
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

ParameterTypeRequiredDescription
formatstringNocsv (default), json, or yaml.

Output

id,name,team,current
123,Acme Marketing,Acme Inc.,true
456,Beta Co.,Acme Inc.,false
789,Client A,Agency LLC,false