Skip to main content
Glama

Atlassian Bitbucket MCP Server

by aashari

bb_update_pr

Modifies an existing pull request in a Bitbucket repository by updating its title or description. Requires repository slug, pull request ID, and at least one update field. Supports Markdown formatting for descriptions.

Instructions

Updates an existing pull request in a repository (repoSlug) identified by pullRequestId. If workspaceSlug is not provided, the system will use your default workspace. You can update the title and/or description fields. At least one field must be provided. The description parameter accepts Markdown-formatted text. Returns the updated pull request details as formatted Markdown. Requires Bitbucket credentials with write permissions to be configured.

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated description for the pull request in Markdown format. Supports standard Markdown syntax including headings, lists, code blocks, and links.
pullRequestIdYesPull request ID to update. Example: 123
repoSlugYesRepository slug containing the pull request. This must be a valid repository in the specified workspace. Example: "project-api"
titleNoUpdated title for the pull request. Example: "Updated Feature Implementation"
workspaceSlugNoWorkspace slug containing the repository. If not provided, the system will use your default workspace (either configured via BITBUCKET_DEFAULT_WORKSPACE or the first workspace in your account). Example: "myteam"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Updated description for the pull request in Markdown format. Supports standard Markdown syntax including headings, lists, code blocks, and links.", "type": "string" }, "pullRequestId": { "description": "Pull request ID to update. Example: 123", "exclusiveMinimum": 0, "type": "integer" }, "repoSlug": { "description": "Repository slug containing the pull request. This must be a valid repository in the specified workspace. Example: \"project-api\"", "minLength": 1, "type": "string" }, "title": { "description": "Updated title for the pull request. Example: \"Updated Feature Implementation\"", "type": "string" }, "workspaceSlug": { "description": "Workspace slug containing the repository. If not provided, the system will use your default workspace (either configured via BITBUCKET_DEFAULT_WORKSPACE or the first workspace in your account). Example: \"myteam\"", "type": "string" } }, "required": [ "repoSlug", "pullRequestId" ], "type": "object" }
Install Server

Other Tools from Atlassian Bitbucket MCP Server

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/aashari/mcp-server-atlassian-bitbucket'

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