Skip to main content
Glama
nhantruong96

bonsai-mcp

by nhantruong96

bl_reload

Rebuild viewport geometry from in-memory IFC data without reloading from disk, preserving unsaved edits. Pass specific guids to refresh selected elements, or omit for all IFC-backed objects.

Instructions

Rebuild the viewport geometry from the IFC data currently in memory.

Not a reload from disk — that would discard unsaved edits. Pass guids to reload only those elements, or omit it for every IFC-backed object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidsNo
timeoutNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/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 discloses the most important behavior: the tool works only on in-memory IFC data and preserves unsaved edits, unlike a disk reload. It does not discuss error handling, undo behavior, or side effects on selection/view state, but the key safety-relevant trait is clearly stated.

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 short sentences with the primary purpose front-loaded, a prominent caveat, and a clear usage instruction. There is no filler or redundant restatement of the tool name, and every sentence adds value.

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 tool with two optional parameters and an output schema, the description covers the central call semantics and the most dangerous misunderstanding (disk reload). The main gap is the timeout parameter's meaning, and there is no mention of what happens when no IFC data is in memory. Still, an agent can invoke the tool correctly in the common case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description clearly explains the guids parameter: pass it to reload only specified elements, or omit it to reload every IFC-backed object. However, the timeout parameter is never mentioned, and schema description coverage is 0%, so its unit and purpose are left to inference. The description partially compensates for the schema gap but not fully.

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 opens with a specific verb-resource pair: 'Rebuild the viewport geometry from the IFC data currently in memory.' It also explicitly distinguishes itself from a disk reload, so an agent immediately understands what the tool does and what it does not do. This is clear, actionable, and non-tautological.

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 gives a clear when-not-to-use signal: it is not a reload from disk because that would discard unsaved edits. It also instructs when to pass guids versus when to omit them to act on all IFC-backed objects. It does not explicitly name alternative sibling tools, but the caution and usage conditions are strong enough for correct 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