read_node_detail
Inspect a single Nuke node to retrieve non-default knobs, connections, expressions, animation state, errors, and internal group/gizmo structure for debugging or automation.
Instructions
Deep inspection of a single node. Returns all non-default knobs, input/output connections, expressions, animation state, and error info. For Groups/Gizmos, also shows internal node structure.
Args: name: node name to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | node name to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | Yes | ||
| type | Yes | ||
| error | No | ||
| knobs | No | ||
| inputs | No | ||
| metadata | No |