Skip to main content
Glama
chzkyy

Bitbucket MCP Server

by chzkyy

list_repositories

List all repositories in a Bitbucket workspace. Retrieves repository names, slugs, descriptions, and links to quickly identify and access projects.

Instructions

List all repositories in a Bitbucket workspace. Returns repository names, slugs, descriptions, and links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceNoThe workspace slug (e.g., 'my-team'). Optional if BITBUCKET_WORKSPACE env var is set.

Schema Changelog

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

  1. First observedv1.0.1

TDQS

B3.4/5.0
Behavior2/5

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

There are no annotations, so the description must carry the behavioral burden. 'List' suggests a read-only operation, but the description does not disclose potential pagination behavior, whether it returns all results in a single call, or how workspace resolution works when not provided. It is not misleading, but it is thin on behavioral nuance.

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 two short, efficient sentences. The first conveys the core action and scope, the second lists the return fields, with no wasted words or redundancy.

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 simple one-parameter tool, the description and schema together provide enough context to call it: the workspace parameter is documented, and the return values (names, slugs, descriptions, links) are explicitly listed. A small gap is the lack of mention of pagination or any limits, but 'all repositories' implies the tool handles that.

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?

The schema description fully covers the single optional parameter, including its meaning and fallback environment variable, so the description does not need to add details. Baseline 3 is appropriate because the schema already provides 100% coverage.

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 a specific action ('List') on a specific resource ('repositories') scoped to 'a Bitbucket workspace,' and adds what it returns. It semantically differentiates from siblings such as get_repository by emphasizing 'all repositories.'

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 given for when to use this tool over siblings such as get_repository or list_workspaces, nor are any exclusions or prerequisites mentioned. The description only states what it does, leaving the agent to infer context.

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/chzkyy/mcp_bitbucket'

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