Skip to main content
Glama

Fragment MCP Server

fetch-elements-of-category

Retrieve BIM elements by category from IFC files using the Fragment MCP Server. Fetch specific attributes and relations for elements such as walls, doors, or other predefined categories.

Instructions

Fetch elements of a specified category

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory name. e.g. IFCWALL
configYesConfiguration for fetching elements

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Category name. e.g. IFCWALL", "type": "string" }, "config": { "additionalProperties": false, "description": "Configuration for fetching elements", "properties": { "attributes": { "items": { "type": "string" }, "type": "array" }, "attributesDefault": { "type": "boolean" }, "relations": { "additionalProperties": false, "properties": { "HasAssociations": { "additionalProperties": false, "properties": { "attributes": { "type": "boolean" }, "relations": { "type": "boolean" } }, "required": [ "attributes", "relations" ], "type": "object" }, "IsDefinedBy": { "additionalProperties": false, "properties": { "attributes": { "type": "boolean" }, "relations": { "type": "boolean" } }, "required": [ "attributes", "relations" ], "type": "object" } }, "required": [ "HasAssociations", "IsDefinedBy" ], "type": "object" } }, "required": [ "attributesDefault", "attributes", "relations" ], "type": "object" } }, "required": [ "category", "config" ], "type": "object" }

Other Tools from Fragment MCP Server

Related Tools

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/helenkwok/openbim-mcp'

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