get_shelf_tool_script
Learn how a Houdini shelf tool works by reading its script, help text, and imports.
Instructions
Read the script a shelf tool runs, plus its help and imports.
This is how you learn SideFX's own recipe instead of reinventing it. Most scripts are two or three lines calling a worker in a toolutils module, and the reported imports name exactly what to read next.
Args: tool_name: Internal tool name, from list_shelf_tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes |