bb_get_comment_thread
Get a complete comment thread for a Bitbucket pull request by comment ID, including the root comment and all nested replies. Provides the full discussion context for review.
Instructions
Get a comment thread including the root comment and all nested replies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| repo_slug | Yes | The repository name | |
| workspace | Yes | The workspace or username | |
| comment_id | Yes | The root comment ID to get thread for (will include all replies) | |
| 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 |