get_repository
Retrieve detailed information about a Bitbucket repository, including its description, language, size, and URLs.
Instructions
Get detailed information about a specific repository including its description, language, size, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | The repository slug (e.g., 'my-repo'). | |
| workspace | No | The workspace slug. Optional if BITBUCKET_WORKSPACE env var is set. |