Skip to main content
Glama

Bitbucket Server MCP

by garc33

get_pull_request

Retrieve detailed pull request information from Bitbucket Server using the MCP protocol. Specify repository and pull request ID to fetch essential PR data for streamlined management.

Instructions

Get pull request details

Input Schema

NameRequiredDescriptionDefault
prIdYesPull request ID
projectNoBitbucket project key
repositoryYesRepository slug

Input Schema (JSON Schema)

{ "properties": { "prId": { "description": "Pull request ID", "type": "number" }, "project": { "description": "Bitbucket project key", "type": "string" }, "repository": { "description": "Repository slug", "type": "string" } }, "required": [ "repository", "prId" ], "type": "object" }
Install Server

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

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