Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_create_issue

Create issues in Bitbucket repositories with specified title, content, type, and priority. Supports custom workspace and repository slugs, aiding in efficient project tracking and management.

Instructions

Create an issue in a Bitbucket repository

Input Schema

NameRequiredDescriptionDefault
contentYesIssue content/description
kindNoIssue type (bug, enhancement, proposal, task)task
priorityNoIssue priority (trivial, minor, major, critical, blocker)minor
repo_slugYesRepository slug/name
titleYesIssue title
workspaceNoRepository workspace (defaults to kallows)kallows

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Issue content/description", "type": "string" }, "kind": { "default": "task", "description": "Issue type (bug, enhancement, proposal, task)", "type": "string" }, "priority": { "default": "minor", "description": "Issue priority (trivial, minor, major, critical, blocker)", "type": "string" }, "repo_slug": { "description": "Repository slug/name", "type": "string" }, "title": { "description": "Issue title", "type": "string" }, "workspace": { "default": "kallows", "description": "Repository workspace (defaults to kallows)", "type": "string" } }, "required": [ "repo_slug", "title", "content" ], "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