Skip to main content
Glama

get_ifc_properties

Extract properties of IFC entities in Blender by GlobalId or from selected objects, returning data in JSON format for analysis and integration.

Instructions

Get properties of IFC entities. Can be used to get properties of a specific entity by GlobalId, or to get properties of all currently selected objects in Blender. Args: global_id: GlobalId of a specific IFC entity (optional if selected_only is True) selected_only: If True, return properties for all selected objects instead of a specific entity Returns: A JSON-formatted string with entity information and properties

Input Schema

NameRequiredDescriptionDefault
global_idNo
selected_onlyNo

Input Schema (JSON Schema)

{ "properties": { "global_id": { "default": null, "title": "Global Id", "type": "string" }, "selected_only": { "default": false, "title": "Selected Only", "type": "boolean" } }, "title": "get_ifc_propertiesArguments", "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