Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_create_branch

Create a new branch in a Bitbucket repository by specifying the repository slug, branch name, and optional start point or workspace. Simplifies repository management tasks.

Instructions

Create a new branch in a Bitbucket repository

Input Schema

NameRequiredDescriptionDefault
branchYesName for the new branch
repo_slugYesRepository slug/name
start_pointNoBranch/commit to create from (defaults to main)main
workspaceNoRepository workspace (defaults to kallows)kallows

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Name for the new branch", "type": "string" }, "repo_slug": { "description": "Repository slug/name", "type": "string" }, "start_point": { "default": "main", "description": "Branch/commit to create from (defaults to main)", "type": "string" }, "workspace": { "default": "kallows", "description": "Repository workspace (defaults to kallows)", "type": "string" } }, "required": [ "repo_slug", "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