Skip to main content
Glama
Zomino

bitbucket-mcp

by Zomino

create_pull_request_comment

Add comments to Bitbucket pull requests to provide feedback or ask questions. Specify the pull request ID and comment text to post directly.

Instructions

Add a comment to a pull request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
pendingNo
pull_request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
lineYes
pathYes
textYes
authorYes
reply_toYes
Behavior2/5

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

No annotations are present, so the description carries the full burden. It discloses that a comment is added, but does not mention pending behavior, authentication needs, or side effects like whether it modifies existing content. For a creation tool, this is a significant transparency gap.

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

Conciseness4/5

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

The description is a single, direct sentence with no redundancy. It is appropriately compact, though it sacrifices explanatory depth.

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

Completeness2/5

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

With 3 parameters, no annotations, and a description that only states the core action, the tool lacks context around when to use it, what parameters do, and what the result entails. The presence of an output schema helps but is not shown, so the description alone is insufficient for an agent to select and invoke correctly among many comment tools.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no parameter semantics. It does not explain what 'text', 'pending', or 'pull_request_id' mean beyond the schema's type/default information.

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

Purpose4/5

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

The description uses the specific verb 'Add' and specifies the resource 'comment to a pull request', clearly distinguishing from the many comment-related sibling tools. However, it does not explicitly name alternatives or exclude inline/reply comments, so it loses the top score.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many sibling tools such as create_inline_pull_request_comment, reply_to_pull_request_comment, or edit_pull_request_comment. The description states only the action, not context or exclusions.

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

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