Skip to main content
Glama
Show2Instruct

Bonsai MCP

save_ifc_file

Destructive

Save the current IFC model in-place or to a new file with overwrite control; optionally reload the project to reflect edits in the viewport.

Instructions

[EDIT] Save the loaded IFC model. With no arguments it saves the project back to its own file (in-place, like File > Save IFC). Pass output_path for a save-as; that refuses to overwrite existing files unless overwrite=true. Pass reload=true to reload the project from the saved file afterwards, which rebuilds the Blender scene so IFC-level edits become visible in the viewport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reloadNoReload the project after saving so the viewport reflects IFC edits.
overwriteNo
output_pathNoOptional save-as path. Omit to save the project to its own file.
Behavior5/5

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

Discloses destructive behavior (save can overwrite), and details the reload behavior that makes IFC edits visible. Annotations reinforce destructive nature, and description adds valuable context without contradiction.

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?

Three sentences with clear front-loading. First sentence states core purpose, then details arguments. No extraneous information.

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 tool with 3 optional parameters, no output schema, and destructive annotations, the description covers all relevant behaviors: save modes, overwrite guard, reload effect. Sibling tools are clearly distinct.

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 descriptions cover 2 of 3 parameters. The tool description adds meaning for 'overwrite' (refuses unless true) and 'reload' (rebuilds scene), complementing the schema. 'output_path' is described similarly.

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 'Save the loaded IFC model' with specific verb and resource, and distinguishes two modes (in-place and save-as). It differentiates from sibling tools which are query or execution tools.

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?

Provides clear context for each usage scenario: no arguments for in-place save, pass output_path for save-as, with conditions for overwrite and reload. Does not explicitly state when not to use but is sufficient given uniqueness.

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

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