Skip to main content
Glama

rollback_to_feature

Rolls back the feature tree to just before a specified feature, suspending it and all later operations without deletion. Restore later with rollback_to_end.

Instructions

Retroceder — mueve la barra de retroceso a JUSTO ANTES de la operación indicada, suspendiéndola (y todo lo posterior) del cálculo. REVERSIBLE: llama rollback_to_end para restaurar. Es la alternativa SIN-BORRADO a eliminar una operación equivocada — la política del repo difiere el borrado, así que aquí nada se destruye.

[en: Roll the feature tree back to just BEFORE the named feature (suspends it + everything after, reversibly). The no-deletion way to 'undo' a wrong feature — call rollback_to_end to restore.]

Args: feature_name: exact feature name, e.g. "Cortar-Extruir1".

Returns {rolled_back_to, rollback_index, suspended_count, ok}.

Related: rollback_to_end (restore); set_component_suppression (the assembly-level reversible equivalent); undo (coarse, NOT reversible).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feature_nameYes
Behavior4/5

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

No annotations provided, so description carries full burden. It states reversibility, that nothing is destroyed (nada se destruye), and that it suspends the feature and everything after. Provides clear behavioral context beyond basic read/write.

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?

Description is structured with separate sections for what it does, reversibility, args, returns, and related. However, it is bilingual (Spanish and English) adding some redundancy; could be slightly more concise.

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

Completeness5/5

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

Given 1 parameter and no output schema, description covers the return shape, mentions exact naming, and lists related tools. All necessary context for correct usage is present.

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?

Schema has 0% description coverage, but description adds example value 'Cortar-Extruir1' and specifies 'exact feature name'. This adds meaning beyond the schema's type definition.

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?

Clearly states verb 'roll back' and resource 'feature tree to just BEFORE the named feature'. Distinguishes from deletion-based undo by calling it the 'no-deletion way', and names alternative rollback_to_end for restoration.

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

Usage Guidelines5/5

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

Explicitly says when to use: 'no-deletion way to undo a wrong feature'. Tells when not to use by mentioning alternatives: rollback_to_end for restore, set_component_suppression for assembly-level, undo as coarse not reversible.

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/danielproxd2/MCP_CAD'

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