remove_from_module
Remove specified variables from an existing module in a Stella model. Supply the module name and variable list to update the model structure.
Instructions
Remove variables from an existing module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | Yes | Variable names to remove | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| module_name | Yes | Existing module name | |
| 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 |