Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_create_pull_request

Create a pull request in a Bitbucket repository, specifying source and destination branches, title, and description, with optional source branch closure after merging.

Instructions

Create a new pull request in a Bitbucket repository

Input Schema

NameRequiredDescriptionDefault
close_source_branchNoClose source branch after merge
descriptionNoPull request description
destination_branchNoBranch you want to merge intomain
repo_slugYesRepository slug/name
source_branchYesBranch containing your changes
titleYesPull request title
workspaceNoRepository workspace (defaults to kallows)kallows

Input Schema (JSON Schema)

{ "properties": { "close_source_branch": { "default": true, "description": "Close source branch after merge", "type": "boolean" }, "description": { "description": "Pull request description", "type": "string" }, "destination_branch": { "default": "main", "description": "Branch you want to merge into", "type": "string" }, "repo_slug": { "description": "Repository slug/name", "type": "string" }, "source_branch": { "description": "Branch containing your changes", "type": "string" }, "title": { "description": "Pull request title", "type": "string" }, "workspace": { "default": "kallows", "description": "Repository workspace (defaults to kallows)", "type": "string" } }, "required": [ "repo_slug", "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/Kallows/mcp-bitbucket'

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