Skip to main content
Glama
Slimouzi

ifc-geometry-mcp

by Slimouzi

extract_space_inventory

Extract a per-room space inventory from an IFC BIM model, including zones, naming, area tolerance verification, and model freshness alerts.

Instructions

Inventaire pièce par pièce + zones + nommage + fraîcheur du modèle.

Écrit <stem>_space_inventory.json (schéma extract_space_inventory).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ifc_pathYesChemin de la maquette IFC (sandbox ``AUDIT_INPUT_DIR``).
overwriteNoÉcrase le JSON existant.
area_tol_pctNoTolérance d'écart surface déclarée/recalculée (défaut 5 %).
analysis_dateNoDate d'analyse ISO (défaut aujourd'hui) pour l'écart avec la date d'export.
stale_after_daysNoÂge max de l'export avant alerte fraîcheur (défaut 90 j).
min_area_threshold_m2NoSeuil de surface mini des pièces habitables (défaut 9 m² — à confirmer avec I3F).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It states that the tool writes a JSON file, but does not mention potential side effects like overwriting behavior, error handling, or whether it modifies the input IFC file. This is minimal transparency for a write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise, using two short sentences to convey the tool's core function and output. It is front-loaded with the main purpose and includes the output file name and schema, making it efficient without excessive detail.

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?

The output schema exists, so return values need not be explained. However, the description lacks usage context, such as prerequisites (e.g., valid IFC path) or why one would choose this tool over siblings. It is adequate for a basic understanding but falls short of full contextual guidance.

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 input schema has 100% coverage with detailed descriptions for all six parameters, so the description adds no additional parameter semantics. It does not explain the parameters' purpose beyond what the schema already provides, earning the baseline score.

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 clearly indicates the tool creates a room-by-room inventory with zones, naming, and model freshness, and writes a JSON file. It does not explicitly differentiate from sibling tools like check_space_boundaries or compute_surface_loss, but the purpose is specific enough to avoid confusion.

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?

No guidance is given on when to use this tool versus alternatives such as run_space_clash_audit or extract_envelope_surfaces. The description lacks any conditional context or exclusions, leaving usage entirely implied by the tool's purpose.

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/Slimouzi/ifc-geometry-mcp'

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