Skip to main content
Glama
phpl

bitbucket-mcp-server

by phpl

list_commits

Retrieve commit history for a Bitbucket repository, with optional filters for branch, tag, commit, path, and pagination.

Instructions

List commits for a repository, optionally filtered by branch/tag/commit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFilter commits affecting this file path
limitNoMaximum number of commits to return
sinceNoCommit hash, branch, or tag to list commits since
startNoStarting index for pagination
untilNoCommit hash, branch, or tag to list commits until
projectKeyYesThe Bitbucket project key
repositorySlugYesThe repository slug
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose pagination behavior, return format, or output details despite having parameters like 'limit' and 'start' that indicate pagination. The description adds minimal behavioral context beyond the fact that it lists commits.

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 concise sentence that immediately states the tool's purpose. There is no redundant information or filler, earning a perfect score for conciseness.

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?

Despite having 7 parameters and no output schema, the description is extremely terse. It fails to mention pagination, return structure, or any behavioral details. The description adds little beyond the schema, leaving the agent under-informed for a tool with this complexity.

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 baseline is 3. The description's mention of filtering by branch/tag/commit is already covered by the schema descriptions of 'since' and 'until'. It adds no new parameter semantics beyond what the schema provides.

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 clearly states the tool lists commits for a repository and mentions optional filtering by branch/tag/commit. It is specific and uses a verb+resource structure, but doesn't explicitly distinguish it from sibling tools like get_commit or get_pull_request_commits.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of exclusions or preferred contexts, leaving the agent to infer usage from the name and schema alone.

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

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