set_sim_specs
Update simulation time settings on an existing Stella model, specifying start and stop times, time step, integration method, and time units.
Instructions
Update simulation time settings on an existing model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt | No | Time step | |
| stop | No | Simulation stop time | |
| start | No | Simulation start time | |
| method | No | Integration method (Euler or RK4) | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| time_units | No | Time units | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| sim_specs | Yes |