Skip to main content
Glama

get_model_statistics

Retrieve element counts by IFC type, storey names, schema version, and total count from an IFC building model. Provides an overview of model composition.

Instructions

Get element counts by IFC type, storey names, schema version, and total count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states what the tool returns (counts by several categories), which is useful, but it does not describe the output format, whether empty categories are included, or any permission/state requirements. It does not contradict annotations (none provided).

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 a single, front-loaded sentence with no filler. Every word adds value, listing exactly what statistics are provided.

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 simple one-parameter tool with no output schema, the description is mostly complete. It lists all the statistical dimensions returned. However, it would be improved by noting that the model must already be loaded (as sibling tools imply) and by briefly describing the response structure. Given the simplicity, a score of 4 is appropriate.

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?

The schema has 0% description coverage, and the description does not explain the 'model_id' parameter at all. The parameter name is somewhat self-explanatory, but no context is added about the type of ID, whether it must refer to a currently loaded model, or how to obtain it.

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 ('Get') and a specific resource ('element counts') with clear grouping dimensions (IFC type, storey names, schema version, total count). This clearly distinguishes it from sibling tools like get_elements_by_type or get_element_count (which likely return element data rather than statistics).

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 about when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or when a different tool would be more appropriate. The usage is only implied by the name and description.

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/WolfzTech/Ifc-Mcp'

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