Skip to main content
Glama

Get PR Comments

bitbucket_get_pull_request_comments
Read-onlyIdempotent

Retrieve comments, approvals, and status changes on a pull request, including inline code comments with file path and line information.

Instructions

Get comments and activity for a pull request.

Returns all activities (comments, approvals, status changes) on the PR, including inline code comments with file path and line information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-100)
startNoPagination start index
project_keyYesThe project key
pull_request_idYesThe pull request ID number
repository_slugYesThe repository slug
response_formatNoOutput format: markdown (default) or jsonmarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, destructiveHint false. The description adds value by specifying the return includes all activities (comments, approvals, status changes) and inline code comments with details, which is beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no fluff. Front-loaded with the core purpose, immediately useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and 6 parameters (3 required), the description adequately explains what is returned (all activities, inline comments). Could mention the response_format parameter, but not necessary as it's in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage for parameters. The description does not add additional meaning beyond what the schema provides; it mentions the nature of returned data but not param-specific details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets comments and activity for a pull request, specifying it returns all activities including inline code comments with file path and line info. This distinguishes it from sibling tools like get_pull_request or get_pull_request_changes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is for reading comments and activity, but does not explicitly state when to use it over alternatives or provide exclusions. No guidance on pagination or filtering beyond what parameters offer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/christopherekfeldt/mcp-bitbucket-dc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server