Get TD Python class details
get_td_class_detailsRetrieve structured docs for a TouchDesigner Python class, with members and methods, from an offline knowledge base. If unknown, get near-name suggestions.
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'. |