Skip to main content
Glama
Acendas

Bitbucket MCP Server

by Acendas

delete_snippet

Remove a code snippet from Bitbucket Cloud by specifying its ID, optionally including the workspace parameter for targeted deletion.

Instructions

Delete a snippet.

Args: snippet_id: Snippet ID workspace: Bitbucket workspace (optional if configured)

Returns: Confirmation or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snippet_idYes
workspaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that it returns a 'Confirmation or error message', which hints at the outcome but doesn't specify whether deletion is permanent, reversible, requires specific permissions, or has side effects (e.g., affecting linked content). For a destructive operation, this is insufficient detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action ('Delete a snippet'), followed by structured sections for Args and Returns. It's efficient with minimal waste, though the Args section could be integrated more smoothly. Every sentence serves a purpose, making it clear and easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (destructive operation with 2 parameters, 0% schema coverage, no annotations, but with an output schema), the description is minimally adequate. It covers the basic action and parameters but lacks critical details like permissions, irreversibility, and error conditions. The output schema helps, but the description should do more to compensate for missing annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description lists the parameters ('snippet_id' and 'workspace') and notes that workspace is optional if configured, adding context beyond the schema's 0% coverage. However, it doesn't explain what a 'snippet_id' is (e.g., format, where to find it) or how the optional workspace interacts with configuration, leaving gaps in understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the action ('Delete') and resource ('a snippet'), which is clear but basic. It doesn't differentiate from sibling tools like 'delete_branch', 'delete_repository', or 'delete_tag', which all follow the same pattern. The purpose is understandable but lacks specificity about what makes deleting a snippet unique in this context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing snippet permissions), when deletion is appropriate, or how it relates to other tools like 'get_snippet' or 'list_snippets'. The description only states what it does, not when to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Acendas/bitbucket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server