list_snippets
Retrieve and display code snippets from a Bitbucket workspace with pagination controls for efficient browsing.
Instructions
List snippets 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 snippets with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| page | No | ||
| pagelen | No |