Skip to main content
Glama

Fragment MCP Server

fetch-elements-of-category

Retrieve specific elements by category from BIM data, enabling detailed queries on attributes and relationships for precise analysis in the Fragment MCP Server environment.

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" }
Install Server

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