get_node_info
Retrieve a Houdini node's type, connections, flags, errors, cook time, and non-default parameters to diagnose its state and configuration.
Instructions
Get type, connections, flags, errors, cook time, and non-default parameters for a node.
Returns only parameters that differ from their defaults (non_default_parameters) plus a total_param_count. Use get_parameter_schema to inspect the full parameter list.
Args: ctx: MCP context. node_path: Node path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes |