Skip to main content
Glama
mohitgoel188

MCP Bitbucket

by mohitgoel188

bb_create_pull_request

Create a Bitbucket pull request by providing a title and source branch, then set destination, description, or close-source options. Streamlines merging code changes into the target branch.

Instructions

Create a new pull request in a Bitbucket repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPull request title
repo_slugNoRepository slug/name; defaults to the repo detected from the current directory's git remote
workspaceNoBitbucket workspace
descriptionNoPull request description
source_branchYesBranch containing the changes
destination_branchNoBranch to merge intomain
close_source_branchNoDelete the source branch on merge

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.3/5.0
Behavior2/5

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

The description adds no behavior beyond the annotations: it only restates the core operation. It fails to disclose side effects such as creating a remote pull request, the default close_source_branch=true behavior that deletes the source branch on merge, or any required authentication/permissions.

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 sentence with no filler, front-loaded with the core action and object. It is appropriately concise for a simple creation tool.

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?

Given the output schema and 100% parameter coverage, the description is minimally sufficient for basic invocation, but it leaves out usage context and behavioral side effects. It is adequate but not complete for a mutation tool with 7 parameters.

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%, so the schema already documents all seven parameters and their defaults. The description adds no parameter-specific meaning, and the baseline of 3 applies.

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 clearly states the action (create) and the resource (a new pull request in a Bitbucket repository), distinguishing it from siblings like bb_create_repository and bb_create_branch. The specificity of 'pull request' also separates it from read/list PR tools.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention when creating a PR instead of an issue or branch is appropriate, nor any prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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