Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

update_pull_request

Modify an existing pull request in Bitbucket by updating its title, description, destination branch, or reviewers list using the Bitbucket MCP Server.

Instructions

Update an existing pull request

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description (optional)
destination_branchNoNew destination branch (optional)
pull_request_idYesPull request ID
repositoryYesRepository slug (e.g., "my-repo")
reviewersNoNew list of reviewer usernames/emails (optional)
titleNoNew title (optional)
workspaceYesBitbucket workspace/project key (e.g., "PROJ")

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description (optional)", "type": "string" }, "destination_branch": { "description": "New destination branch (optional)", "type": "string" }, "pull_request_id": { "description": "Pull request ID", "type": "number" }, "repository": { "description": "Repository slug (e.g., \"my-repo\")", "type": "string" }, "reviewers": { "description": "New list of reviewer usernames/emails (optional)", "items": { "type": "string" }, "type": "array" }, "title": { "description": "New title (optional)", "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