Skip to main content
Glama

Bitbucket MCP Server

by Korfu

update_pull_request

Modify an existing pull request by updating its title and description to reflect changes or improvements in the code review process.

Instructions

Update an existing pull request.

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe new description of the pull request.
pull_request_idYesThe ID of the pull request.
repository_nameYesName of the repository (repo slug)
titleNoThe new title of the pull request.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The new description of the pull request.", "type": "string" }, "pull_request_id": { "description": "The ID of the pull request.", "type": "string" }, "repository_name": { "description": "Name of the repository (repo slug)", "type": "string" }, "title": { "description": "The new title of the pull request.", "type": "string" } }, "required": [ "repository_name", "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/Korfu/mcp-bitbucket'

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