Skip to main content
Glama
donchoko

bb-mcp-server

by donchoko

Update pull request description

bb_update_pull_request_description

Update a Bitbucket pull request's description while preserving its title, reviewers, and destination branch.

Instructions

Replaces a pull request's description without touching its title, reviewers or destination branch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoSlugNoRepository slug. Falls back to BITBUCKET_REPO_SLUG if omitted.
workspaceNoBitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted.
descriptionYesNew description text (Markdown). Replaces the existing description.
pullRequestIdYesPull request ID.
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It accurately states the mutation ('Replaces') and explicitly lists what remains unchanged, which is critical for a partial update. It does not discuss permissions or response contents, but the behavior is simple and well-covered.

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 a single, front-loaded sentence that states the primary action and key boundary in one breath. Every word earns its place; there is no redundancy or filler.

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?

For a simple single-field update with no output schema, the description adequately covers the core purpose and scope. It would benefit from mentioning that the old description is irrevocably replaced (though 'replaces' implies this) and any prerequisite like the PR existing, but these are implicit. The description is complete enough for the tool's simplicity.

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 description coverage is 100% for all 4 parameters, so the schema already documents each field. The description adds context by explaining the effect on the existing description and clarifying that other PR fields are untouched, but it does not provide additional parameter-level syntax or format details beyond the schema. Baseline 3 is appropriate.

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 ('Replaces') and resource ('pull request's description'), and clearly distinguishes from sibling tools like bb_update_pull_request by scoping only to the description field. It explicitly states what it does not affect (title, reviewers, destination branch), making it unambiguous.

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 implies when to use this tool: when only the description needs updating, not other PR attributes. It provides clear exclusions ('without touching its title, reviewers or destination branch'), though it does not name alternative tools like bb_update_pull_request explicitly. Still, the guidance is stronger than average.

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/donchoko/bb-mcp-server'

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