help
help
¶
MCP tools for Houdini's shipped documentation.
Search and retrieval over the manual that ships inside the RUNNING Houdini install — always version-exact, available offline, and served on demand so it costs no context until a question actually comes up.
Functions:
| Name | Description |
|---|---|
get_help_page |
Fetch one page of Houdini's shipped documentation by path. |
search_help |
Search the running Houdini's own documentation — concepts, |
Functions:¶
get_help_page
async
¶
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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str
|
As returned by search_help — e.g. "nodes/sop/scatter", "vex/functions/noise", "expressions/ch". |
required |
search_help
async
¶
Search the running Houdini's own documentation — concepts, workflows, VEX functions, expression functions, HOM API, and every effects manual SideFX ships. Version-exact, straight from the install.
Use this BEFORE improvising: when unsure how a workflow is meant to be done ("pyro shaping", "vellum constraints"), what a VEX or expression function does, or what a Solaris/TOPs concept means. Follow up with get_help_page on a result path.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str
|
Search words (all must match a page). |
required |
|
str | None
|
Optional corpus, named after the archive. Every help archive in the install is searchable, which on a full 22.0 is 47 of them. The ones worth knowing by name: "nodes", "vex", "expressions", "hom", "solaris", "tops", plus the workflow manuals "pyro", "fluid", "vellum", "destruction", "grains", "crowds", "model", "copy", "assets", "render", "shade", "anim", "character", "ref", "shelf". Omit to search all. |
None
|
|
int
|
Max results. |
10
|