add_aux
Add an auxiliary variable to your system dynamics model, defining a parameter or intermediate calculation with equation, units, and optional graphical lookup table.
Instructions
Add an auxiliary variable (parameter or intermediate calculation) to the current model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (optional, auto-positioned if not specified) | |
| y | No | Y position (optional, auto-positioned if not specified) | |
| name | Yes | Variable name | |
| units | No | Units | |
| equation | Yes | Equation or constant value | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| workspace_id | No | Opaque application workspace handle. Required by MCP 2026-07-28 clients; supported legacy stdio clients may omit it to use the process-local compatibility workspace. | |
| graphical_function | No | Graphical function (lookup table) definition |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| auxiliary | Yes |