get_td_module_help
Capture Python help() output for TouchDesigner modules or classes, returning module name and formatted help text without terminal control codes.
Instructions
Capture Python help() output for a TouchDesigner module or class.
Returns {moduleName, helpText} with terminal control codes stripped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes | Module/class to fetch help() for (e.g. 'td.noiseCHOP', 'tdu'). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |