Skip to main content
Glama
nhantruong96

bonsai-mcp

by nhantruong96

ifc_revert

Restore the IFC file to its pre-session state using the safety copy, discarding all edits made during the session. In Blender mode, reloads the restored file to keep memory and disk consistent.

Instructions

Restore the file from the safety copy taken before this session's first edit.

Every edit since then is discarded. In blender mode Blender reloads the restored file too, so memory and disk do not end up disagreeing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states that all edits since the first edit are discarded, revealing the destructive nature, and adds the Blender-mode reload behavior so memory and disk stay consistent. This is excellent transparency.

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?

The description is concise and structured effectively: the first sentence defines the core purpose, and the second adds an important mode-specific behavior. Every sentence earns its place with no redundancy or filler.

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?

For a zero-parameter tool with no annotations, the description is fully complete. It explains what happens, what is lost, and the special Blender-mode behavior. An output schema exists, so return-value details are not required here.

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?

There are zero parameters, so there is nothing for the description to explain about parameter usage. The baseline for zero-parameter tools applies; the description appropriately focuses on behavior rather than inputs.

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 a specific verb ('Restore') and a clearly defined resource ('the file from the safety copy taken before this session's first edit'). It is unambiguous about what the tool does and is easily distinguished from siblings like ifc_open, ifc_save, and bl_reload.

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?

The description makes the usage context clear: it discards every edit since the first edit, so an agent can infer when to invoke it. It does not explicitly name alternatives or state when not to use it, but the effect is described precisely enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nhantruong96/bonsai-mcp'

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