Get module/class help
get_module_helpRetrieve human-readable Markdown help for a TouchDesigner Python class or module from an offline knowledge base. Returns formatted text or near-name suggestions for unknown names.
Instructions
Read-only: human-readable Markdown help (description, members, method signatures) for a TouchDesigner Python class or module, from the embedded knowledge base (offline). Returns formatted text, or {found:false, suggestions[]} of near-name matches if unknown. Use get_td_class_details instead when you need the same information as structured JSON to process in code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Class or module name to get help for, e.g. 'OP', 'App', 'Project'. |