Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

list_pr_commits

Extract all commits linked to a specific pull request in Bitbucket repositories. Specify workspace, repository, and pull request ID to retrieve commit history efficiently.

Instructions

List all commits that are part of a pull request

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of commits to return (default: 25)
pull_request_idYesPull request ID
repositoryYesRepository slug (e.g., "my-repo")
startNoStart index for pagination (default: 0)
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of commits to return (default: 25)", "type": "number" }, "pull_request_id": { "description": "Pull request ID", "type": "number" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "start": { "description": "Start index for pagination (default: 0)", "type": "number" }, "workspace": { "description": "Bitbucket workspace/project key (e.g., \"PROJ\")", "type": "string" } }, "required": [ "workspace", "repository", "pull_request_id" ], "type": "object" }
Install Server

Other Tools from 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/pdogra1299/bitbucket-mcp-server'

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