create_network_box
Draw a titled, colored box around existing nodes in a Houdini network to annotate and organize the graph for documentation.
Instructions
Draw a titled network box around nodes, to document a graph you built.
Args: ctx: MCP context. parent_path: Network the box lives in. node_paths: Sibling nodes to enclose; the box fits around them. comment: Title shown on the box. color: RGB in 0..1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| comment | No | ||
| node_paths | No | ||
| parent_path | Yes |