metamodel_compute
Run a computation on a MetaModel project. Send input values and get computed outputs from all models. Inputs are auto-routed to the correct model by property name. Models marked "presentation": true in results are display scaffolding, not engineering outputs. Use metamodel_get_schema first to discover available inputs and outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Target a specific model by name. When omitted, returns outputs from ALL models (recommended). | |
| token | Yes | The publish token of the project | |
| inputs | No | Input values as key-value pairs (e.g., {"width": 12}). Auto-routed to the correct model. Omitted inputs use defaults. |