reorder_inputs
Reorder a node's input connections by specifying a new order, such as swapping first two inputs. Fix incorrect wiring or adjust data flow in Houdini scenes.
Instructions
Reorder the input connections of a node.
Args: ctx: MCP context. node_path: Node path. new_order: New input ordering (e.g. [1, 0] swaps first two).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_order | Yes | ||
| node_path | Yes |