Skip to main content
Glama
jabdon00

bitbucket-standalone-mcp

by jabdon00

bb_delete_file

Delete a file from a Bitbucket branch and commit the change automatically. Specify the branch and file path; the commit message is 'Delete ' unless a custom message is provided.

Instructions

Remove a file from 'branch' with a commit. The commit message is 'Delete ' by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
branchYes
messageNo
repoSlugYes
projectKeyYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that the operation creates a commit and that the commit message defaults to 'Delete <path>', providing useful side-effect and message behavior. It could add permission or irreversibility details, but what it provides is meaningful.

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

Conciseness5/5

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

Two short sentences, action first and default message second. No filler; every clause earns its place.

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

Completeness4/5

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

For a 5-parameter flat delete call with no annotations or output schema, the description covers the core behavior and commit-message semantics. It is slightly incomplete in not addressing permissions or alternative tools, but an agent can correctly select and invoke it using schema names plus the description.

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?

Schema description coverage is 0%, so the description must compensate. It connects 'branch' to the branch parameter and 'Delete <path>' to path, and the default-message phrasing implies the optional message parameter. However, projectKey and repoSlug are left entirely to name inference.

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

Purpose5/5

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

States a specific verb 'Remove' with resource 'file' and target 'branch', and notes the commit side effect. It is clearly distinct from sibling tools like bb_delete_branch and bb_delete_comment.

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

Usage Guidelines3/5

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

Implies when to use it: to delete a file in a branch with a commit. However, it does not explicitly say when not to use it or name alternatives such as bb_update_file, leaving exclusion to inference.

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

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