get_mas_module_step_signature
Fetch a MAS module step's input/output variable signature to know exact variable names, types, and order before calling score_data.
Instructions
Fetch a MAS module step's input/output variable signature.
Call before score_data to know the exact variable names, types,
and order to pass as inputs, and what outputs to expect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | No | The step within the module to inspect (default "execute"). | execute |
| module_id | Yes | The MAS module ID (see ``list_mas_modules``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||