get_td_class_details
Retrieve methods, properties, and docstrings for any TouchDesigner class to understand its API.
Instructions
Get methods, properties, and docstrings for a TouchDesigner class.
Returns {name, type, description, methods, properties}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Class/module in the td module (e.g. 'OP', 'TOP', 'noiseCHOP'). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |