create_model
Creates a new Stella model with specified simulation time settings: start, stop, time step, integration method, and time units.
Instructions
Create a new Stella model with specified time settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt | No | Time step | |
| name | Yes | Model name | |
| stop | No | Simulation stop time | |
| start | No | Simulation start time | |
| method | No | Integration method (Euler or RK4) | Euler |
| model_id | No | Optional model ID to assign in this session | |
| time_units | No | Time units | Years |
| 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 | Yes | ||
| model_id | Yes |