Skip to main content
Glama

list_ifc_entities

Lists IFC entities of a specified type, optionally filtering by Blender UI selection. Returns results in JSON format. Use to extract and analyze specific building model components efficiently.

Instructions

List IFC entities of a specific type. Can be filtered to only include objects currently selected in the Blender UI. Args: entity_type: Type of IFC entity to list (e.g., "IfcWall") limit: Maximum number of entities to return selected_only: If True, only return information about selected objects Returns: A JSON-formatted string listing the specified entities

Input Schema

NameRequiredDescriptionDefault
entity_typeNo
limitNo
selected_onlyNo

Input Schema (JSON Schema)

{ "properties": { "entity_type": { "default": null, "title": "Entity Type", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "selected_only": { "default": false, "title": "Selected Only", "type": "boolean" } }, "title": "list_ifc_entitiesArguments", "type": "object" }

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/JotaDeRodriguez/Bonsai_mcp'

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