td_list_ops
List child operators in TouchDesigner with optional family, type filters, and pagination to retrieve specific operator details.
Instructions
List child operators with optional filtering and pagination.
Args: path: Parent path to list children of family: Filter by family (CHOP, TOP, SOP, DAT, COMP, MAT) type_filter: Filter by specific type name fields: Fields to return per op (default: name, type, family) limit: Max results (default 50) offset: Skip first N results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| family | No | ||
| fields | No | ||
| offset | No | ||
| type_filter | No |