Skip to main content
Glama
jabdon00

bitbucket-standalone-mcp

by jabdon00

bb_list_repositories

List Git repositories from a Bitbucket server, scoped to a project or server-wide. Use SQL-like filters to locate repositories by name or project, returning key details with pagination.

Instructions

List GIT repositories, either all at server level (no filter) or scoped to one project. Each item: project key, slug, name, state. Paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
startNo
filterNoSQL-like filter (allowed fields: slug, name, project, owner...). Example: 'name ~ "my"', 'project = "PROJ"'
projectKeyNoOptional project key to narrow results (e.g. 'PROJ'). Omit for all repos server-wide.
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It does disclose important traits: it returns a list, supports server-level or project-scoped listing, includes specific item fields, and is paginated. However, it does not describe the response envelope, default pagination behavior, or any error/auth requirements, which is a noticeable gap.

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 tight sentences deliver the core behavior, scope options, item contents, and pagination. There is no filler or repetition, and the most important scoping information is front-loaded.

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?

For a list tool with 4 parameters and no output schema, the description gives a reasonable overview but omits details an agent needs for robust invocation: pagination parameter semantics, default limits, response structure, and how the filter interacts with server-level vs project-scoped listing. It is 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 50%, and the description adds only modest value: it restates the projectKey scoping concept ('no filter' vs 'scoped to one project') and mentions pagination generally. The limit and start parameters remain undocumented in both schema and description, and the filter parameter's meaning is only fully explained in the schema. The description partially compensates but does not close the gaps.

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 names the verb (List), the resource (GIT repositories), and the two scopes (all server-level or one project). It also lists the returned per-item fields, making the tool's purpose concrete. It does not explicitly contrast with siblings like bb_search_repositories or bb_get_repository, so it stops short of a 5.

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 description gives clear context: use no filter for server-wide listing or provide a project scope. It does not explicitly state when not to use this tool or when to prefer bb_search_repositories or bb_get_repository, but the scope guidance is strong enough for an agent to decide basic usage.

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