set_module_view
Set the view box position and dimensions for a module in a Stella model. Specify center coordinates and width/height to control how the module appears.
Instructions
Set explicit view box geometry for a module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Center X | |
| y | Yes | Center Y | |
| width | Yes | Box width | |
| height | Yes | Box height | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| module_name | Yes | 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 |