Get TD Python class details
get_td_class_detailsRetrieve structured documentation for a TouchDesigner Python class, including members and methods, from the offline knowledge base; returns JSON with name suggestions if not found.
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'. |