bitbucket_list_repositories
Retrieve a list of Bitbucket repositories, filtered by workspace or project key, or get all repositories accessible to you.
Instructions
List repositories in a workspace/project or all accessible repositories.
Args: ctx: The MCP context. workspace: Optional workspace name or project key to filter repositories.
Returns: JSON string containing list of repositories with their details.
Raises: ValueError: If the Bitbucket client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | Workspace name (Cloud) or project key (Server/DC). If not provided, lists all accessible repositories. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |