create_module
Create logical modules to group and organize variables in Stella system dynamics models, making project structure clearer and more maintainable.
Instructions
Create a logical module/group for organizing variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Module name | |
| members | No | Optional initial member variable names | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | ||
| model_id | Yes |