run_tool
Execute a designer-confirmed Revit tool by name and parameters. Requires spec_confirmed=true; for choice-based params, query get_tool_choices first.
Instructions
Execute a solidified tool by name with given parameters. IMPORTANT: Call get_tool_choices first for parameters with choices_from / source: query:*. Refused unless spec_confirmed=true (the designer confirmed the task spec). params: JSON object of parameter values, e.g. {"level_name": "L1", "height": 3000}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | No | {} | |
| spec_confirmed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |