Skip to main content
Glama

MCP Bitbucket Python

by Kallows

bb_delete_repository

Removes a specified repository from Bitbucket by providing the repository slug and optional workspace. Simplifies repository management within the MCP Bitbucket Python server.

Instructions

Delete a repository from Bitbucket

Input Schema

NameRequiredDescriptionDefault
repo_slugYesThe repository slug to delete
workspaceNoTarget workspace (defaults to kallows, can use ~ for personal workspace)kallows

Input Schema (JSON Schema)

{ "properties": { "repo_slug": { "description": "The repository slug to delete", "type": "string" }, "workspace": { "default": "kallows", "description": "Target workspace (defaults to kallows, can use ~ for personal workspace)", "type": "string" } }, "required": [ "repo_slug" ], "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