Skip to main content
Glama
jabdon00

bitbucket-standalone-mcp

by jabdon00

bb_approve_pull_request

Approve a pull request in Bitbucket Server/Data Center using your authenticated user. Re-approving has no effect.

Instructions

Approve a PR as the authenticated user. Idempotent — re-approving is a no-op.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
repoSlugYes
projectKeyYes
Behavior3/5

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

With no annotations, the description carries full behavioral burden. It adds a meaningful idempotency note—re-approving is a no-op—and indicates an authenticated user context. But it doesn't disclose mutation consequences, required permissions, error/edge-case behavior, or the outcome beyond the approval.

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 two short sentences with no filler. The core action and the key idempotency caveat are front-loaded.

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?

For a mutation with three required params and no annotations/output schema, the description is thinner than ideal. It doesn't state what a successful approval returns, whether prior decline/merge changes behavior, or any permission/error conditions, so an agent may be uncertain about call outcomes.

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

Parameters2/5

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

None of the three required parameters (projectKey, repoSlug, id) are described in the schema, and the description doesn't explain that id refers to the pull request ID or how the values combine to locate the PR. The parameter names are reasonably self-explanatory, so this isn't a complete failure, but the tool provides no added semantics.

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 states a specific action ('Approve a PR') on a clear resource and identifies the acting principal ('as the authenticated user'). Although it doesn't explicitly name sibling tools, the approve action is clearly distinct from unapprove/decline/merge siblings, so the purpose is unambiguous.

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?

It clearly implies the intended use: when the authenticated user wants to approve a pull request. However, it gives no explicit guidance on when to choose this tool instead of bb_unapprove_pull_request, bb_decline_pull_request, or bb_merge_pull_request, and no caveats about PR state.

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

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