Skip to main content
Glama

Bitbucket MCP Server

by pdogra1299

update_pull_request

Modify an existing pull request to update its title, description, destination branch, or reviewers while preserving approval status. Works with Bitbucket repositories for streamlined PR lifecycle management.

Instructions

Update an existing pull request. When updating without specifying reviewers, existing reviewers and their approval status will be preserved.

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. If provided, replaces the reviewer list (preserving approval status for existing reviewers). If omitted, existing reviewers are preserved. (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. If provided, replaces the reviewer list (preserving approval status for existing reviewers). If omitted, existing reviewers are preserved. (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