list_repositories
List repositories in a Bitbucket project to find repository slugs for other operations. Supports custom field selection via the 'fields' parameter.
Instructions
List repositories in a project. Use this to find repository slugs for other operations. Supports custom field selection via the fields param ('*all' for full raw response, 'slug,name' for a custom subset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of repositories to return (default: 25, max: 1000) | |
| start | No | Start index for pagination (default: 0). | |
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. |