MCP tool Inputs
switch_workspace
Switch workspace
writes data
Switch which workspace is active for this connection — subsequent forms and responses belong to it. Use this DIRECTLY when the user says to work in / switch to / use another workspace, brand, company or client ('switch to Sidcom', 'work in my agency workspace from now on') — pass the name as the user said it; matching is fuzzy, so there is no need to call list_workspaces first. The choice persists until the next switch.
Ask your assistant
Switch to the Acme workspace.
The choice persists until the next switch, and only workspaces you’re a member of are reachable.
| Parameter | Type | Description |
|---|---|---|
| workspace * | string | The workspace's slug, name or id (see list_workspaces) |
* required
Guides using this tool