Skip to main content
Glama
Slimouzi

ifc-geometry-mcp

by Slimouzi

check_space_boundaries

Detect missing boundaries between adjacent spaces in IFC models, outputting JSON for geometry audit.

Instructions

Détecte les limites manquantes entre pièces adjacentes.

Écrit <stem>_boundaries.json (schéma check_space_boundaries).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ifc_pathYesChemin de la maquette IFC.
overwriteNoÉcrase le JSON existant.
adjacency_tol_mNoDistance max (m) entre contours pour considérer deux pièces adjacentes (défaut 0.35, ~épaisseur d'un mus).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description must self-disclose behaviors. It explicitly mentions the side effect of writing a JSON file (`<stem>_boundaries.json`), which is a key behavioral trait. It could additionally mention overwrite behavior or valid IFC requirements, but the core behavior is disclosed.

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 two sentences, front-loaded with the main purpose and immediately followed by the output file detail. Every sentence earns its place with no wasted words.

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?

The tool is moderately complex (IFC processing, file output) but the description, combined with a fully documented schema and an output schema, provides enough context for an agent to select and invoke it. It could mention the purpose of the boundary JSON or prerequisites, but the current level is adequate.

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?

Schema description coverage is 100%, so the parameters are fully documented. The description adds no extra semantic meaning beyond the schema, and the baseline of 3 applies because the schema already carries the burden.

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 states a specific verb and resource: 'Détecte les limites manquantes entre pièces adjacentes' (detects missing boundaries between adjacent spaces). It clearly distinguishes itself from siblings by focusing on boundary detection, and it also names the output file and schema.

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 description implies usage for analyzing IFC space boundaries but provides no explicit guidance on when to use this tool versus alternatives. No exclusions or prerequisites are stated.

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