Skip to main content
Glama
danielproxd2

MCP_CAD

by danielproxd2

rollback_to_feature

Roll back the feature tree to just before a specific feature, suspending it and later operations without deletion. Use to correct mistakes reversibly.

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?

With no annotations, the description clearly states the tool is reversible, suspends features, and does not delete. It also describes the return value structure. The behavioral traits are well disclosed beyond the minimal.

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

Conciseness3/5

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

The description is a bit verbose with both Spanish and English translations, but it is structured with sections for description, args, returns, and related tools. Could be more concise.

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 only one parameter and no output schema, the description is quite complete: it explains the action, reversibility, return values, and related tools. It adequately addresses the tool's complexity.

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 coverage is 0%, but the description adds meaning by specifying the parameter is an 'exact feature name' with an example. This compensates for the lack of schema description.

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 tool rolls back the feature tree to just before a named feature, suspending it and everything after. It distinguishes itself from siblings like undo, rollback_to_end, and set_component_suppression by specifying it's the reversible, no-deletion alternative.

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?

Explicitly mentions when to use (instead of deleting a feature) and provides related tools (rollback_to_end for restore, set_component_suppression as assembly-level equivalent, undo as coarse and not reversible). However, it does not explicitly state when not to use this tool.

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/solidworks-mcp'

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