Skip to main content
Glama
or2ooo

Bitbucket Cloud MCP Server

by or2ooo

bb_list_pipelines

List pipelines in a Bitbucket repository, sorted newest first. Supports pagination and workspace filtering.

Instructions

List pipelines in a Bitbucket repository, sorted by newest first

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
pagelenNoNumber of results per page (max 100)
repo_slugYesRepository slug
workspaceNoBitbucket workspace slug (uses default if not set)
Behavior3/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 discloses sorting order but does not mention pagination behavior, rate limits, or the structure of returned data. The schema implies pagination via 'page' and 'pagelen', but the description adds minimal extra behavioral context.

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?

Description is a single, efficient sentence that conveys the essential purpose and additional detail (sorting order) without any unnecessary words.

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 no output schema, the description is minimal. It does not describe the return format or fields, which could be helpful. However, the complexity is low, and the description covers the basic purpose adequately.

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?

All parameters have descriptions in the input schema (100% coverage), so the description does not need to add additional semantics. It contributes nothing beyond the schema, earning a baseline score of 3.

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?

Description clearly states the verb 'list', the resource 'pipelines', the context 'Bitbucket repository', and the sorting behavior 'newest first'. It distinguishes from sibling tools like 'bb_get_pipeline' for single pipeline retrieval or 'bb_trigger_pipeline' for creation.

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?

No explicit guidance on when to use this tool versus alternatives. While the purpose is clear, the description does not specify when not to use it (e.g., for a single pipeline use 'get_pipeline') or mention any prerequisites like authentication.

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

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