Get Repositories
bitbucket_get_repositoriesList all repositories in a Bitbucket project that the authenticated user can access. Supports pagination and customizable output format.
Instructions
Get repositories for a Bitbucket project.
Lists all repositories within the specified project that the authenticated user has access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-1000) | |
| start | No | Pagination start index | |
| project_key | Yes | The project key (e.g. 'PROJ') | |
| response_format | No | Output format: markdown (default) or json | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |