get_repository
Retrieve complete details of a Bitbucket repository, including settings, clone URLs, and metadata, by providing the repository slug and optional workspace slug.
Instructions
Get detailed information about a specific BitBucket repository.
Use this tool when you need full details about a repository, including its settings, clone URLs, and metadata.
Args: repository: Repository slug (the URL-friendly name of the repository). workspace: Workspace slug. If not provided, uses the default workspace.
Returns: JSON object with complete repository details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| repository | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |