list_repositories
Retrieve and filter repositories from a Bitbucket workspace with pagination and search capabilities to manage codebase access.
Instructions
List repositories in a Bitbucket workspace.
Args: workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25) query: Optional search query to filter repositories by name
Returns: List of repositories with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| page | No | ||
| pagelen | No | ||
| query | No |