Skip to main content
Glama

Bitbucket MCP Server

by Korfu

create_pull_request

Create a new pull request in Bitbucket by specifying repository, title, source branch, and optional destination branch and description to facilitate code review and merging.

Instructions

Create a new pull request.

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the pull request.
destination_branchNoThe destination branch of the pull request.
repository_nameYesName of the repository (repo slug)
source_branchYesThe source branch of the pull request.
titleYesThe title of the pull request.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the pull request.", "type": "string" }, "destination_branch": { "description": "The destination branch of the pull request.", "type": "string" }, "repository_name": { "description": "Name of the repository (repo slug)", "type": "string" }, "source_branch": { "description": "The source branch of the pull request.", "type": "string" }, "title": { "description": "The title of the pull request.", "type": "string" } }, "required": [ "repository_name", "title", "source_branch" ], "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