bb_list_repositories
List repositories in a Bitbucket workspace with optional query string filtering and pagination (up to 100 per page).
Instructions
List repositories in a Bitbucket workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| query | No | Bitbucket query string to filter repositories | |
| pagelen | No | Number of results per page (max 100) | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |