read_model
Load an existing .stmx file as the active model in the Stella workspace, enabling further editing and validation.
Instructions
Read an existing .stmx file and load it as the current model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to .stmx file | |
| model_id | No | Optional model ID to load into/assign in this session | |
| compat_mode | No | Compatibility mode for import parsing | permissive |
| 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 | ||
| filepath | Yes | ||
| model_id | Yes | ||
| compatibility_warnings | Yes |