Get Module Canvas
get_module_canvasRetrieve the full module definition with stable IDs to enable safe modification and round-trippable updates.
Instructions
Get the full module definition with stable IDs. The output is round-trippable — modify and send back via update_module. Use this when modifying a module to preserve IDs for renaming.
Modify workflow: list_modules → get_module_canvas → (apply changes) → validate_design → update_module. Load resource inistate://schema before modifying to know valid field types, colors, and actors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | Module name or numeric ID | |
| workspaceId | No | Workspace ID. Omit if set via env or set_workspace; required in stateless/remote mode. |