Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_create_repository

Create a Bitbucket repository with specified name, description, and privacy settings. Initialize issue tracking and define project or workspace details using this integration tool.

Instructions

Create a new repository in Bitbucket

Input Schema

NameRequiredDescriptionDefault
descriptionNoRepository description
has_issuesNoWhether to initialize the repository with issue tracking enabled
is_privateNoWhether the repository should be private
nameYesRepository name
project_keyNoThe project key where the repository will be created (optional for personal repos)
workspaceNoTarget workspace (defaults to kallows, can use ~ for personal workspace)kallows

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Repository description", "type": "string" }, "has_issues": { "default": true, "description": "Whether to initialize the repository with issue tracking enabled", "type": "boolean" }, "is_private": { "default": true, "description": "Whether the repository should be private", "type": "boolean" }, "name": { "description": "Repository name", "type": "string" }, "project_key": { "description": "The project key where the repository will be created (optional for personal repos)", "type": "string" }, "workspace": { "default": "kallows", "description": "Target workspace (defaults to kallows, can use ~ for personal workspace)", "type": "string" } }, "required": [ "name" ], "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