find_nodes
Locate Houdini nodes by name pattern, type, or context, and narrow results to a specific sub-network with an inside path.
Instructions
Search for nodes by name pattern, type, or context.
Narrow the search: use inside to limit to a specific sub-network and
supply at least one of pattern, node_type, or context. Searching
from inside="/" with no filters scans the entire scene and can return
hundreds of nodes.
Args: ctx: MCP context. pattern: Glob pattern for node names (e.g. 'box*'). node_type: Node type filter (e.g. 'box', 'null'). context: Category filter (e.g. 'Sop', 'Object'). inside: Root path to search within (default '/').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inside | No | / | |
| context | No | ||
| pattern | No | ||
| node_type | No |