Get TD Python class details
get_td_class_detailsRetrieves structured documentation for a TouchDesigner Python class, including members and methods. Returns the class object or near-name suggestions if the class is unknown.
Instructions
Read-only: full STRUCTURED documentation for one TouchDesigner Python class (members + methods) from the embedded knowledge base (offline). Returns the class object, or {found:false, suggestions[]} of near-name matches if unknown. Use get_module_help instead when you want the same content as ready-to-read Markdown rather than structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Python class name, e.g. 'OP', 'TOP', 'App', 'CHOP'. |