get_niagara_module_inputs
Retrieve all input parameters for a Niagara module by specifying system, emitter, module name, and script usage. Optionally filter by input name or include schema.
Instructions
Get all input parameters for a specific module.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter module_name: Name of the module script_usage: Stack the module is in input_filter: Optional substring filter on input parameter names include_schema: If true, include massive structural type schemas for inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| input_filter | No | ||
| script_usage | Yes | ||
| include_schema | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |