Skip to main content
Glama

Bitbucket Server MCP

by garc33

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

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

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