Skip to main content
Glama
aashari

Atlassian Bitbucket MCP Server

by aashari

bb_get_workspace

Retrieve detailed workspace information including membership, projects, and metadata in Markdown format. Requires Bitbucket credentials and a valid workspace slug for configuration.

Instructions

Retrieves detailed information for a workspace identified by workspaceSlug. Returns comprehensive workspace details as formatted Markdown, including membership, projects, and key metadata. Requires Bitbucket credentials to be configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceSlugYesWorkspace slug to retrieve detailed information for. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"
Behavior4/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 key behavioral traits: it's a read operation ('Retrieves'), requires authentication ('Requires Bitbucket credentials'), and describes the output format ('formatted Markdown, including membership, projects, and key metadata'). It doesn't mention rate limits, error handling, or pagination, but covers essential aspects for a read tool with no annotations.

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 concise and front-loaded: it starts with the core action ('Retrieves detailed information'), specifies the parameter, describes the output, and ends with prerequisites. Every sentence adds value without redundancy, making it efficient and well-structured for an AI agent.

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?

Given the tool's low complexity (1 parameter, no nested objects, no output schema) and no annotations, the description is reasonably complete. It covers purpose, authentication needs, and output format. However, it doesn't detail error cases or exact return structure beyond 'formatted Markdown', which could be more specific for a tool with no output schema.

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%, with the parameter 'workspaceSlug' well-documented in the schema. The description adds minimal value beyond the schema by reinforcing that it's for 'a workspace identified by workspaceSlug' and must be 'from your Bitbucket account'. This aligns with the schema but doesn't provide additional semantic context, so the baseline 3 is appropriate.

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's purpose: 'Retrieves detailed information for a workspace' with specific resources mentioned (membership, projects, key metadata). It distinguishes from sibling tools like bb_ls_workspaces (which likely lists workspaces) by focusing on detailed retrieval for a specific workspace. However, it doesn't explicitly contrast with other workspace-related tools that might not exist in the sibling list.

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 context by specifying 'Requires Bitbucket credentials to be configured' and that it retrieves 'detailed information' for a workspace identified by workspaceSlug. It doesn't provide explicit when-to-use vs. when-not-to-use guidance or name alternatives (e.g., compared to bb_ls_workspaces for listing vs. detailed view). The usage is clear but lacks explicit differentiation from siblings.

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

Related 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/aashari/mcp-server-atlassian-bitbucket'

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