Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_undo

Undo the last operation in Blender to instantly revert mistakes during 3D modeling. Mimics Ctrl+Z to restore the previous state and keep your workflow on track.

Instructions

Undo the last operation in Blender. Equivalent to Ctrl+Z.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. The Ctrl+Z analogy adds useful context, but the description does not disclose consequences such as irreversible state changes, failure when the undo stack is empty, or that it may undo actions beyond the AI's own previous tool calls.

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?

Extremely concise and well-structured: the first sentence states the action and target, and the second sentence adds a familiar analogy. No wasted words.

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?

For a zero-parameter tool with no output schema, the description is largely complete: an agent can determine what the tool does and invoke it without additional input. Some minor behavioral details are missing, but the simplicity of the tool lowers the burden.

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 tool has zero parameters, and the empty input schema fully covers parameter semantics. No parameter description is needed, so the baseline of 4 is appropriate.

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 specific action: undo the last operation in Blender, with the Ctrl+Z analogy reinforcing the meaning. It does not explicitly contrast with blender_redo or other siblings, but the purpose is unambiguous.

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

Usage Guidelines3/5

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

The intended use is implied: use this when the most recent Blender operation should be reverted. However, there is no explicit guidance about when not to use it, limitations such as repeated calls for multiple undos, or alternatives like blender_redo.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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