Search TD Python API
search_python_apiSearch the TouchDesigner Python API offline for classes, methods, and members. Filter by category and stable version for compatible results.
Instructions
Read-only: search TouchDesigner Python API classes, methods and members from the embedded offline knowledge base. Supports class category filters and conservative stable-version compatibility filtering where compatibility metadata exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per group. | |
| query | Yes | Search query for TD Python classes, methods, or members. | |
| version | No | Optional stable TouchDesigner version filter, e.g. 099, 2020, 2023, or 2024. | |
| category | No | Optional Python class category filter, e.g. General or Operator. | |
| search_in | No | Where to search: all, classes, methods, or members. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tips | Yes | Follow-up hints when no results are found. | |
| count | Yes | Number of returned results. | |
| query | Yes | Echo of the search query. | |
| classes | Yes | Matching Python API classes. | |
| filters | Yes | Filters applied to the search. | |
| members | Yes | Matching Python API members. | |
| methods | Yes | Matching Python API methods. |