Skip to main content
Glama

Bitbucket MCP

by MatanYemini

getRepository

Retrieve Bitbucket repository details using workspace name and repo slug to manage or analyze repository data via the Bitbucket MCP server.

Input Schema

NameRequiredDescriptionDefault
repo_slugYesRepository slug
workspaceYesBitbucket workspace name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "repo_slug": { "description": "Repository slug", "type": "string" }, "workspace": { "description": "Bitbucket workspace name", "type": "string" } }, "required": [ "workspace", "repo_slug" ], "type": "object" }

You must be authenticated.

Other Tools from Bitbucket MCP

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

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