bb_get_repository
Retrieve complete details for a single Bitbucket repository using its project key and slug. Get clone URLs, default branch, fork source, and web link in one call.
Instructions
Get full details for a single repository: project key, slug, name, state, default branch, fork source, clone URLs and web link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | Exact lowercase repo SLUG as returned by bb_search_repositories (e.g. 'tata_karen'), not the display name (e.g. 'karen'). | |
| projectKey | Yes | Exact uppercase Bitbucket PROJECT KEY as returned by bb_list_projects / bb_search_repositories (e.g. 'USDMF'). NEVER pass a display name (e.g. 'TATA') or a guessed/derived key — 404 NoSuchProjectException will result. |