Skip to main content
Glama
BauplanLabs

Bauplan MCP Server

Official
by BauplanLabs

delete_branch

Delete a branch from your Bauplan data catalog by providing the branch name in the format <username.branch_name>.

Instructions

Delete a specified branch from the user's Bauplan data catalog using a branch name.

Args: branch: Name of the branch to delete. Must follow the format <username.branch_name>.

Returns: BranchDeleted: Object indicating success/failure of the deletion

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYes
branchYes
messageNo
Behavior3/5

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

Annotations are not provided, so the description carries the full burden. It discloses the return type (success/failure) but does not mention irreversible effects, prerequisites, or error handling, making it adequate but not rich.

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?

The description is very concise, with no unnecessary words. It front-loads the main purpose and includes an Args/Returns structure that is clear and easy to scan.

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?

Given the low complexity (one parameter) and the presence of an output schema, the description covers the core aspects: purpose, parameter format, and return type. It could mention permissions or preconditions but is largely complete.

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

Parameters4/5

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

The description adds a formatting constraint (<username.branch_name>) to the single required parameter, which is not present in the input schema (0% schema description coverage). This adds meaningful value beyond the schema.

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?

The description clearly states the verb 'delete' and the resource 'branch', and distinguishes it from sibling tools like create_branch, merge_branch, and get_branches.

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

Usage Guidelines4/5

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

The description provides a formatting requirement for the branch parameter, offering clear context. However, it does not explicitly state when to use this tool versus alternatives, nor does it exclude any use cases.

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/BauplanLabs/bauplan-mcp-server'

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