disconnect_node
Disconnect a specific input or all inputs from a Houdini node to break unwanted connections and clear its dependencies.
Instructions
Disconnect one or all inputs of a node.
Args: ctx: MCP context. node_path: Node path. input_index: Input index to disconnect. disconnect_all: Disconnect all inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes | ||
| input_index | No | ||
| disconnect_all | No |