bitbucket_get_repository_info
Retrieve detailed information about a specific Bitbucket repository by providing workspace and repository name.
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 |