listRepositories
Lists Bitbucket repositories in a workspace, with optional name filtering, pagination, and automatic retrieval of up to 1000 items for comprehensive discovery.
Instructions
List Bitbucket repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | When true (and no page is provided), automatically follows Bitbucket next links to return all items up to 1000. | |
| name | No | Filter repositories by name (partial match supported) | |
| page | No | Bitbucket page number to fetch (1-based). | |
| limit | No | Deprecated alias for pagelen. Use pagelen/page/all for pagination control. | |
| pagelen | No | Number of items per page (Bitbucket pagelen). Defaults to 10 and caps at 100. | |
| workspace | No | Bitbucket workspace name |