Skip to main content
Glama
BauplanLabs

Bauplan MCP Server

Official
by BauplanLabs

revert_table

Revert a table from a source reference to a target branch in your data catalog, with an option to replace the table if it already exists.

Instructions

Revert a specified table from a source reference to a target branch in the user's Bauplan data catalog using a table name, source reference, and target branch. Revert a table from a source reference to a target branch.

Args: table: The table to revert. source_ref: The name of the source ref. into_branch: The name of the target branch where the table will be reverted. replace: Optional, whether to replace the table if it already exists.

Returns: TableReverted: Object indicating success/failure with revert details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYes
source_refYes
into_branchYes
replaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYes
source_refYes
into_branchYes
successYes
messageYes
Behavior2/5

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

No annotations provided. The description mentions reversion and returns a success/failure object but does not disclose side effects, required permissions, or destructive potential (e.g., overwriting data when replace=true).

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

Conciseness2/5

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

The description is repetitive, restating the same idea in the first sentence and then in bullet points. Could be more concise and front-loaded.

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

Completeness2/5

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

Despite an output schema, the description lacks important details like the behavior of the 'replace' parameter, format of source_ref, or implications of reverting. Incomplete for a 4-parameter tool with no schema coverage.

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

Parameters2/5

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

Schema description coverage is 0%. The description only lists parameter names without explaining their meanings (e.g., what is a 'source_ref'?) or providing additional context beyond the schema.

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

Purpose4/5

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

The description clearly states the action ('Revert') and the resources (table, source ref, target branch). However, it does not differentiate from sibling tools like 'merge_branch' or 'create_table', which could be confused.

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 on when to use this tool vs alternatives. Missing context such as prerequisites (e.g., branch must exist) or when not 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/BauplanLabs/bauplan-mcp-server'

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