Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_delete_issue

Remove an issue from a Bitbucket repository by specifying its ID and repository slug. Supports workspace customization for targeted issue management in Python-based Bitbucket integration.

Instructions

Delete an issue from a Bitbucket repository

Input Schema

NameRequiredDescriptionDefault
issue_idYesID of the issue to delete
repo_slugYesRepository slug/name
workspaceNoRepository workspace (defaults to kallows)kallows

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "description": "ID of the issue to delete", "type": "string" }, "repo_slug": { "description": "Repository slug/name", "type": "string" }, "workspace": { "default": "kallows", "description": "Repository workspace (defaults to kallows)", "type": "string" } }, "required": [ "repo_slug", "issue_id" ], "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