WorkspaceRead-only

List Workspaces

list_workspaces

List all workspaces the authenticated user can access. Returns workspaceId, name, role, and (for accountants) any portals managed via parent inheritance. `isInherited: true` marks portals reached through your owner/admin role on `parentWorkspaceId` — useful for distinguishing your clients from your own workspaces. workspaceId is required by all other tools.

Parameters

This tool takes no parameters.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_workspaces",
"arguments": {}
}

Use this tool in

Related Workspace tools