Skip to main content
Glama
Zomino

bitbucket-mcp

by Zomino

resolve_pull_request_comment

Resolve a pull request comment thread in Bitbucket by supplying the pull request ID and comment ID.

Instructions

Resolve a pull request comment thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYes
pull_request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state what 'resolve' does (e.g., hides the thread, requires permissions, is reversible), what side effects occur, or what the response looks like. This is a significant gap for a mutation tool.

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 sentence with a clear verb-object structure, front-loaded and free of fluff. It is appropriately sized for a simple tool, though it lacks substance that would make it more useful.

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

Completeness1/5

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

Despite having an output schema, the description fails to provide behavioral context, usage guidance, or parameter semantics. The tool is a mutation with no annotations, and the description only states a minimal action. This is insufficient for an agent to understand when and how to invoke it correctly.

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 information about the parameters pull_request_id or comment_id. It does not explain their roles, expected formats, or how they relate to the action. The description adds no semantic value beyond the parameter names.

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 'Resolve a pull request comment thread' clearly identifies the action (resolve) and the resource (pull request comment thread). It is distinct from sibling tools like reply_to_pull_request_comment, edit_pull_request_comment, and delete_pull_request_comment, making the purpose unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, when resolving is appropriate, or how it differs from editing/deleting a comment. Context must be inferred entirely from the tool name.

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