list_projects
Retrieve and display projects from a Bitbucket workspace with pagination controls to manage large result sets.
Instructions
List projects in a 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)
Returns: List of projects with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| page | No | ||
| pagelen | No |