Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

get_pull_request_diff

Retrieve detailed diff changes for a specified pull request in a Bitbucket repository, including optional context lines, to facilitate code review and analysis.

Instructions

Get the diff/changes for a pull request

Input Schema

NameRequiredDescriptionDefault
context_linesNoNumber of context lines around changes (optional, default: 3)
pull_request_idYesPull request ID
repositoryYesRepository slug (e.g., "my-repo")
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "context_lines": { "description": "Number of context lines around changes (optional, default: 3)", "type": "number" }, "pull_request_id": { "description": "Pull request ID", "type": "number" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "workspace": { "description": "Bitbucket workspace/project key (e.g., \"PROJ\")", "type": "string" } }, "required": [ "workspace", "repository", "pull_request_id" ], "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/pdogra1299/bitbucket-mcp-server'

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