Skip to main content
Glama
nhantruong96

bonsai-mcp

by nhantruong96

ifc_geometry_info

Retrieve geometry details for a single IFC element, including placement, bounding box, volume, and surface area. Identifies shared representations to clarify reuse across products.

Instructions

Geometry of one element: representation type, items, profile parameters, the absolute 4x4 placement matrix, bounding box, volume and surface area.

The placement is absolute — the whole nested IfcLocalPlacement chain has been multiplied through. Elements whose geometry comes from a shared IfcRepresentationMap are flagged, together with how many products share it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidNo
step_idNo
include_metricsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It adds meaningful traits beyond the bare result list: placement is absolute ('whole nested IfcLocalPlacement chain has been multiplied through') and shared IfcRepresentationMap geometry is flagged with a share count. It does not explicitly state read-only behavior, but the info-suffix and return-only wording make the non-mutating nature reasonably clear.

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 compact, front-loaded with the purpose, uses a scannable list for outputs, and adds exactly one high-value behavioral clarification in a second short paragraph. No sentences repeat the tool name or schema fields.

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

Completeness2/5

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

The description covers the return semantics well, and an output schema exists for return details, but input selection is under-specified. An agent cannot determine how to target an element (guid vs step_id), what the identifier contract is, or how include_metrics changes the result. Given three optional-looking parameters, this is a significant completeness gap.

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%, so the description must compensate for the three parameters. It never explains how guid and step_id identify the element, that one of them is required, what happens when both/neither are supplied, or what include_metrics=false does to the listed metrics. Listing volume and surface area only weakly hints at the include_metrics behavior.

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 opens with a specific resource ('Geometry of one element') and enumerates concrete outputs (representation type, items, profile parameters, 4x4 placement, bbox, volume, surface area), so an agent knows exactly what this tool returns. It does not name sibling tools, but the scope ('one element') distinguishes it from model-level or representation-statistics tools.

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 content implies use when per-element geometry detail is needed, but there is no explicit when-to-use/when-not-to-use guidance or mention of alternatives like ifc_get_element or ifc_representation_stats. The absence of exclusions leaves room for an agent to overuse it, but the output list provides enough context for basic 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