list_children
Retrieve child nodes of a Houdini network path, with optional recursion and type filter. Use targeted patterns instead of full recursion to avoid massive outputs.
Instructions
List children of a network node.
Avoid recursive=True on large networks — it can return hundreds or
thousands of nodes. Prefer find_nodes with a specific pattern instead.
Args: ctx: MCP context. parent_path: Parent network path. recursive: Include all descendants (use sparingly on large scenes). filter_type: Node type filter (e.g. 'box', 'merge').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recursive | No | ||
| filter_type | No | ||
| parent_path | Yes |