Skip to main content
Glama

Bitbucket MCP Server

by Korfu

get_commit

Retrieve specific commit details from a Bitbucket repository using its unique hash to access code changes and metadata.

Instructions

Get a single commit by its hash.

Input Schema

NameRequiredDescriptionDefault
commit_hashYesThe hash of the commit.
repository_nameYesName of the repository (repo slug)

Input Schema (JSON Schema)

{ "properties": { "commit_hash": { "description": "The hash of the commit.", "type": "string" }, "repository_name": { "description": "Name of the repository (repo slug)", "type": "string" } }, "required": [ "repository_name", "commit_hash" ], "type": "object" }

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

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