get_ifc_project_info
Extract key project details from IFC models, including project name, description, and entity type counts, using this tool in Bonsai-mcp to analyze building data efficiently.
Instructions
Get basic information about the IFC project, including name, description,
and counts of different entity types.
Returns:
A JSON-formatted string with project information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_ifc_project_infoArguments",
"type": "object"
}