Skip to main content
Glama
jabdon00

bitbucket-standalone-mcp

by jabdon00

bb_list_branches

List repository branches with latest commit and ahead/behind status relative to the default branch, with optional name filter and pagination.

Instructions

List branches in a repository. For each branch: name, latest commit, and how far it is behind/ahead of the default branch (when available). Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoCase-insensitive substring match on branch name
limitNo
startNo
repoSlugYes
projectKeyYes
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It usefully discloses per-branch output fields, the ahead/behind-default-branch comparison, the 'when available' caveat, and pagination. Auth and rate limits are not mentioned, but the read-only nature is clear.

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?

Two sentences with no filler: purpose is front-loaded, and the branch-content details plus pagination follow directly. Every sentence earns its place.

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?

No output schema or annotations exist, so the description is the only contract. It gives the core return shape and notes pagination, but it omits pagination mechanics such as limit defaults, offset semantics, response envelope, and explicit parameter mappings. Adequate but not fully complete.

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 only 20%, so the description needed to compensate. It maps 'repository' to projectKey/repoSlug and 'Paginated' hints at limit/start, but it does not explain limit/start semantics or the text filter in prose. The text property already has its own schema description.

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?

Uses a specific verb ('List') and resource ('branches in a repository'), and enumerates what is returned for each branch. This clearly distinguishes it from singular branch tools like bb_get_branch and from commit-listing siblings.

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 phrase 'List branches in a repository' gives clear usage context for enumerating branches. It does not explicitly name alternatives or exclusions, so it stops short of a full 5.

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