Skip to main content

Workspaces

Manage team workspaces and collaboration through the MCP server.

Available Tools

ToolDescription
60db_list_workspacesList all workspaces
60db_get_workspaceGet workspace details
60db_create_workspaceCreate a new workspace
60db_get_workspace_membersList workspace members

List Workspaces

View all workspaces:
{
  "limit": 20
}

Create Workspace

Create a new team workspace:
{
  "name": "Engineering Team",
  "description": "Main engineering workspace"
}

Get Workspace Members

List members of a workspace:
{
  "workspace_id": "workspace_abc123"
}

Usage in Claude

You: List all my workspaces
You: Create a new workspace for the design team
You: Who are the members of the Engineering workspace?