get_mas_module_step_signature
Fetches the MAS module step's input and output variable signature to identify variable names, types, and required order for scoring.
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_models_and_decisions``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||