List Bitbucket workspaces accessible to the authenticated user, with optional pagination. PURPOSE: Discover available workspaces and retrieve their slugs, names, and basic metadata. Essential for finding the correct 'workspaceSlug' needed as input for repository-related tools (list_repositories, get_repository, list_pull_requests, get_pull_request)....
Get detailed information about a specific Bitbucket workspace using its slug. PURPOSE: Retrieves comprehensive metadata for a *known* workspace, including UUID, name, type, creation date, and links to related resources like repositories and projects. WHEN TO USE: - When you need full details about a *specific* workspace and you already know its 'workspaceSlug'....
List repositories within a specific Bitbucket workspace, with optional filtering and pagination. Requires 'workspaceSlug'. PURPOSE: Discover repositories within a given workspace and retrieve their slugs, names, owners, and basic metadata....
Get detailed information about a specific Bitbucket repository using its workspace and repository slugs. Requires 'workspaceSlug' and 'repoSlug'. PURPOSE: Retrieves comprehensive metadata for a *known* repository, including UUID, owner, description, language, size, creation/update dates, and links....
List pull requests for a specific Bitbucket repository, with optional filtering by state or query text. Requires 'workspaceSlug' and 'repoSlug'. PURPOSE: Discover pull requests within a given repository and retrieve their IDs, titles, states, authors, and branches....
Get detailed information about a specific Bitbucket pull request using its workspace slug, repository slug, and pull request ID. Requires 'workspaceSlug', 'repoSlug', and 'prId'. PURPOSE: Retrieves comprehensive details for a *known* pull request, including its full description, state, author, reviewers, source/destination branches, and links to related resources like commits and diffs....
List comments on a specific Bitbucket pull request using its workspace slug, repository slug, and pull request ID. Requires 'workspaceSlug', 'repoSlug', and 'prId'. PURPOSE: View all review feedback, discussions, and task comments on a pull request to understand code review context without accessing the web UI....
Enable debug logging
API token for Atlassian API access
Your Atlassian site name, e.g., 'your-instance' for 'your-instance.atlassian.net'
Your Atlassian account email address