WorkspaceRead-only

Get Workspace

get_workspace

Get name, subscription plan, and settings for a workspace. Returns 403 if the user is not a member.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).

Example call

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

{
"tool": "get_workspace",
"arguments": {
"workspaceId": "workspaceId_123"
}
}

Use this tool in

Related Workspace tools