find_nodes
Finds Houdini nodes by glob, substring, or node type from a root path, supporting pagination via cursor and limit.
Instructions
Find nodes under root_path matching a glob / substring pattern or node_type. Default root_path is "/".
PR 6: relays to server-side disc.find_nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| pattern | No | ||
| node_type | No | ||
| root_path | No | / |