bitbucket_get_repository_info
Fetch detailed information about a Bitbucket repository using its workspace and repository name. Returns a JSON string containing the repository's details.
Instructions
Get detailed information about a specific repository.
Args: ctx: The MCP context. workspace: Workspace name or project key. repository: Repository name.
Returns: JSON string containing repository details.
Raises: ValueError: If the Bitbucket client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Workspace name (Cloud) or project key (Server/DC) | |
| repository | Yes | Repository name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |