Skip to main content
Glama

Atlassian Bitbucket MCP Server

by aashari

bb_get_repo

Retrieve detailed Bitbucket repository data by specifying workspace and repository slugs. Outputs formatted Markdown with owner, main branch, activity metrics, pull requests, and relevant links.

Instructions

Retrieves detailed information for a specific repository identified by workspaceSlug and repoSlug. Returns comprehensive repository details as formatted Markdown, including owner, main branch, comment/task counts, recent pull requests, and relevant links. Requires Bitbucket credentials.

Input Schema

NameRequiredDescriptionDefault
repoSlugYesRepository slug to retrieve. This must be a valid repository in the specified workspace. Example: "project-api"
workspaceSlugNoWorkspace slug containing the repository. If not provided, the system will use your default workspace (either configured via BITBUCKET_DEFAULT_WORKSPACE or the first workspace in your account). Example: "myteam"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "repoSlug": { "description": "Repository slug to retrieve. This must be a valid repository in the specified workspace. Example: \"project-api\"", "minLength": 1, "type": "string" }, "workspaceSlug": { "description": "Workspace slug containing the repository. If not provided, the system will use your default workspace (either configured via BITBUCKET_DEFAULT_WORKSPACE or the first workspace in your account). Example: \"myteam\"", "type": "string" } }, "required": [ "repoSlug" ], "type": "object" }

Other Tools from Atlassian Bitbucket MCP Server

Related Tools

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