Skip to main content
Glama
jabdon00

bitbucket-standalone-mcp

by jabdon00

bb_list_commits

List commits on a Bitbucket branch, newest first, showing short and full SHA, message, author, and date. Defaults to the default branch and supports pagination.

Instructions

List commits on a branch in newest-to-oldest order. Each: short SHA, full SHA, message, author, date. 'branch' defaults to default branch. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
startNo
branchNoBranch name (default = default branch)
repoSlugYes
projectKeyYes
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the sort order, per-commit fields, default-branch behavior, and pagination, which gives an agent a clear sense of what to expect. It does not cover edge cases like invalid branch names, but the disclosed traits are substantive.

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?

Three concise sentences front-load the core operation, then specify return fields, default behavior, and pagination. Every sentence adds information and there is no redundant 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 moderately simple list operation, the description covers purpose, output shape, ordering, default branch, and pagination. The main gap is the missing semantics for the pagination parameters, which an agent needs for precise invocation. Overall it is nearly complete for correct use.

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?

Schema description coverage is only 20%, so the description must compensate, but it only clarifies the 'branch' default and mentions 'Paginated'. It does not explain the semantics of 'start' and 'limit', nor the required 'projectKey' and 'repoSlug' fields. The pagination claim hints at those parameters but leaves their behavior ambiguous.

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 and resource ('List commits on a branch') and adds a meaningful ordering detail ('newest-to-oldest'). It clearly differentiates from sibling tools like bb_get_commit (single commit) and bb_list_branches (branches), so an agent can distinguish it without opening schemas.

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?

The description implies usage by describing the operation and noting that 'branch' defaults to the default branch. However, it gives no explicit guidance about when to choose this tool over alternatives such as bb_get_commit or when to avoid it. The context is present but not explicit.

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