Bitbucket Server MCP

create_pull_request

Initiate a pull request on Bitbucket Server by specifying source/target branches, title, description, and reviewers. Streamlines collaboration and code review workflows using MCP protocol.

Instructions

Create a new pull request

Input Schema

NameRequiredDescriptionDefault
descriptionNoPR description
projectNoBitbucket project key
repositoryYesRepository slug
reviewersNoList of reviewer usernames
sourceBranchYesSource branch name
targetBranchYesTarget branch name
titleYesPR title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "PR description", "type": "string" }, "project": { "description": "Bitbucket project key", "type": "string" }, "repository": { "description": "Repository slug", "type": "string" }, "reviewers": { "description": "List of reviewer usernames", "items": { "type": "string" }, "type": "array" }, "sourceBranch": { "description": "Source branch name", "type": "string" }, "targetBranch": { "description": "Target branch name", "type": "string" }, "title": { "description": "PR title", "type": "string" } }, "required": [ "repository", "title", "sourceBranch", "targetBranch" ], "type": "object" }

You must be authenticated.

Other Tools from Bitbucket Server MCP

Related Tools

ID: jskr5c1zq3