Skip to main content
Glama
sanscdm

bitbucket-mcp

by sanscdm

remove_request_changes

Remove your request-changes from a pull request to clear the requested changes status and allow the review to proceed.

Instructions

Remove your request-changes from a pull request.

Args: pr_id: PR ID number workspace: Workspace slug repo: Repository slug

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNo
pr_idYes
workspaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are absent, so the description should disclose side effects, prerequisites, and edge cases. It only states the action 'remove' without mentioning failure modes (e.g., no existing request-changes), idempotency, permissions, or the effect on reviewers. This is a significant gap for a mutation operation.

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?

A single, direct sentence followed by three labeled parameter lines. It is front-loaded and contains zero filler or redundant information, making it maximally concise while covering the essential action and inputs.

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

Completeness3/5

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

For a straightforward PR operation with an output schema, the description covers the core purpose and parameters. However, it lacks usage context (when to use vs. related tools), error handling, and side-effect transparency, which are needed for confident tool selection. Given the low complexity, this is a minimally adequate package.

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 input schema has 0% description coverage, but the description compensates by labeling each parameter in plain language ('PR ID number', 'Workspace slug', 'Repository slug'). This adds meaning beyond the schema's bare type and default values, though it does not specify format constraints or required/optional behavior beyond what the schema already provides.

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 uses a specific verb ('Remove') and resource ('your request-changes from a pull request'), clearly distinguishing this from sibling tools like request_changes_on_pr. It also lists the three parameters with brief semantic hints, making the tool's intent unmistakable.

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?

No explicit guidance on when to use or when not to use the tool relative to alternatives. The phrase 'your request-changes' implies ownership, but this is not expanded into clear usage conditions or exclusion scenarios. Context from sibling PR review tools suggests pairing with request_changes_on_pr, but this is only implicit.

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