get_td_classes
Lists all Python classes and modules in the td module with name and description. Enables exploration before fetching detailed information.
Instructions
List the Python classes and modules available in the td module.
Returns {classes: [{name, description}]}. Pair with
get_td_class_details to drill in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |