Skip to main content
Glama

undo

Undo the last SolidWorks step. Returns true if an operation was reversed. Verify the result with capture views afterward.

Instructions

Deshacer el ÚLTIMO paso de SolidWorks (Ctrl+Z / EditUndo2).

ADVERTENCIA: undo es GRUESO. Deshace el último paso de SolidWorks, que NO necesariamente es tu última llamada de herramienta MCP — una herramienta puede ser varios pasos SW (o ninguno). NO recupera un documento cerrado o perdido (eso se previene guardando pronto). Verifica con capture_views / get_active_part_info después de deshacer; NO encadenes undos a ciegas. [en: WARNING — undo is COARSE. It reverses the LAST SolidWorks step, NOT necessarily your last MCP tool call (one tool can be several SW steps, or none). It CANNOT recover a closed/lost document (save early instead). Verify with capture_views after; do NOT chain blind undos.]

Returns: {"undone": bool, "note": str} — undone=False means there was nothing to undo (reported honestly, not faked).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations exist, so description carries full burden. It discloses coarse granularity, limitation regarding MCP steps, inability to recover lost documents, and truthful return values. This is exceptionally transparent.

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?

Bilingual repetition adds length, but each sentence adds value. Core purpose is front-loaded. Warnings and return info are clearly separated.

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?

No output schema, but description fully explains return format and meaning. Sibling tools are all different, so no missing context. Complete for a parameterless undo tool.

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?

No parameters, so schema coverage is 100% (vacuous). Baseline is 4. Description adds no parameter info needed.

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 states 'Deshacer el ÚLTIMO paso de SolidWorks (Ctrl+Z / EditUndo2)', clearly specifying the verb (undo), resource (SolidWorks last step), and scope. It distinguishes from siblings as it is a generic undo, not a specific feature tool.

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 warns that undo is coarse, may not correspond to last MCP call, and advises to verify after using. It also states what it cannot do (recover closed/lost documents). Provides clear when-to-use and when-not-to-use guidance.

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