bitbucket_workspaces
Manage Bitbucket workspaces by listing accessible workspaces, retrieving details, viewing projects, and checking members through the Bitbucket MCP server.
Instructions
Manage Bitbucket workspaces. Actions:
list: List all accessible workspaces
get: Get details of a specific workspace
list_projects: List projects in a workspace
list_members: List members of a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| workspace | No | Workspace slug (required for get, list_projects, list_members) | |
| page | No | Page number for pagination | |
| pagelen | No | Results per page (max 100) | |
| format | No | Output format: json (full), toon (compact tokens), compact (essential fields only) |