Skip to main content
Glama
sanscdm

bitbucket-mcp

by sanscdm

reply_to_pr_comment

Reply to an existing Bitbucket pull request comment by providing the PR ID, parent comment ID, and reply text. This ensures your response is threaded correctly.

Instructions

Reply to an existing PR comment.

Args: pr_id: PR ID number parent_comment_id: ID of the comment to reply to body: Reply text workspace: Workspace slug repo: Repository slug

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
repoNo
pr_idYes
workspaceNo
parent_comment_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, leaving the description to carry the full burden. It only states the action without disclosing side effects (e.g., posting a threaded reply, notifying participants), required permissions, or reversibility. For a write operation, this is a significant gap.

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?

The description is concise and front-loaded with the core purpose in the first sentence. The Args list is well-structured and each line provides meaningful information without redundancy, making every sentence earn its place.

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?

The description covers the purpose and all parameters with semantic explanations. An output schema exists, so return values are handled. However, it does not mention prerequisites like the parent comment existing or potential error cases, which are minor gaps for a tool of this simplicity.

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

Parameters4/5

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

The description includes an Args section that adds semantic meaning beyond the bare schema titles, such as 'parent_comment_id: ID of the comment to reply to' and 'workspace: Workspace slug.' This compensates for the 0% schema description coverage, though it could provide more detail on defaults or constraints.

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 opens with 'Reply to an existing PR comment,' which is a specific verb ('Reply') targeting a resource ('an existing PR comment'). This clearly distinguishes it from sibling tools like comment_on_pr (which likely creates a new comment) and edit_pr_comment (which edits rather than replies).

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

Usage Guidelines4/5

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

The description provides clear context by stating the exact scenario: replying to an existing PR comment. This implies when it should be used, but it does not explicitly mention alternatives or when not to use it, such as advising to use comment_on_pr for new top-level comments.

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/sanscdm/bitbucket-mcp'

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