First Session¶
This walkthrough demonstrates a complete first run in any MCP client.
Goal¶
Create a model, add zones, validate, save, reload, and inspect.
Step-by-Step Calls¶
1. Create a New Model¶
2. Inspect Schema Before Writing¶
3. Add Multiple Objects Efficiently¶
{
"tool": "batch_add_objects",
"arguments": {
"objects": [
{"object_type": "Zone", "name": "Office"},
{"object_type": "Zone", "name": "Corridor"},
{"object_type": "Zone", "name": "Storage"}
]
}
}
4. Validate¶
5. Save¶
6. Reload and Verify¶
Read the idfkit://model/summary resource to verify the model was loaded correctly.
Expected Outcome¶
zone_countis3total_objectsincludes your new zones- validation returns
is_valid: true
Next Step: Add Simulation¶
download_weather_file(query="Chicago")run_simulation(annual=true)- Read the
idfkit://simulation/resultsresource