bb_get_pull_request_comments
Retrieve comments from a specific Bitbucket pull request by workspace, repository, and pull request ID. Offers pagination and output format options for efficient review.
Instructions
Get comments for a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| filter | No | JMESPath expression to filter/transform structured response data. Applied before format conversion. Example: "values[].{name: full_name, lang: language}" — see https://jmespath.org for syntax | |
| pagelen | No | Number of items per page (max 100) | |
| repo_slug | Yes | The repository name | |
| workspace | Yes | The workspace or username | |
| output_format | No | Response format: "text" (default, human-readable), "json" (structured JSON), or "toon" (Token-Oriented Object Notation — compact tabular format that reduces LLM token consumption by 30-60%) | |
| pull_request_id | Yes | The pull request ID |