Get Module Schema
get_module_schemaRetrieve the canvas schema for any module. Choose basic tier for fields and states, or extended tier to include activities and flows, enabling analysis of activity flows and state transitions.
Instructions
Get the canvas schema for a module. Use tier=basic (default) for fields and states only. Use tier=extended to also include activities and flows. Use basic for query operations. Use extended when you need to understand available activities and state transitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | basic = fields + states. extended = + activities and flows. | basic |
| module | Yes | Module name from list_modules | |
| workspaceId | No | Workspace ID. Omit if set via env or set_workspace; required in stateless/remote mode. |