get_help_page
Fetch a Houdini documentation page by path to read the official reference for nodes, VEX functions, or expressions instead of relying on memory.
Instructions
Fetch one page of Houdini's shipped documentation by path.
Read the real reference instead of writing from memory — especially the VEX function pages (vex/functions/...) before any justified wrangle, and expression pages (expressions/...) before channel expressions.
Args: path: As returned by search_help — e.g. "nodes/sop/scatter", "vex/functions/noise", "expressions/ch".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |