validate_niagara_graph
Analyzes a Niagara graph and returns nodes that are orphaned, dead-ends, or have missing inputs.
Instructions
Classify orphaned, dead-end, and missing-input nodes in a Niagara graph.
Returns three arrays: orphaned — nodes with no incoming or outgoing links (excl. anchors) dead_ends — non-anchor nodes with inputs connected but no outputs consumed missing_inputs — nodes whose input pins have no link and no default value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | No | ||
| script_path | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |