Skip to main content
Glama
nhantruong96

bonsai-mcp

by nhantruong96

ifc_model_info

Get an IFC model summary with entity counts per class and a list of storeys. Set class_limit and storey_limit to control the amount of data returned.

Instructions

Model summary plus a per-class entity histogram and the list of storeys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_limitNo
storey_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals the expected outputs but does not state whether the operation is read-only, whether it requires an open model, how limits affect behavior, or whether any side effects or performance concerns exist.

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 entire description is a single front-loaded sentence with no filler. It conveys the core output components immediately and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-style info tool with an output schema and only optional parameters, the description captures the main response surface. However, it leaves the two parameters functionally unexplained and does not mention any preconditions, making it minimally viable rather than complete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explicitly explain class_limit or storey_limit. The names and the description's mention of a per-class histogram and storey list imply their purpose, but the semantics—such as ordering, truncation, or special values—are left unspecified.

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 states the tool returns a model summary, a per-class entity histogram, and the list of storeys—a specific resource and output profile that distinguishes it from siblings like ifc_list_entities or ifc_geometry_info. It lacks an explicit verb like 'retrieves' or 'returns', but the noun phrase is clear enough.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as ifc_list_entities or ifc_representation_stats. The description states what it provides but never suggests a scenario, prerequisite, or exclusion, so an agent must infer the use case from the tool name and siblings.

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