td_list_operators
List operators recursively from a specified root node, filtering by name, path, operator type, or family.
Instructions
递归列出指定根节点下的 Operators,可按名称、路径、OP 类型或 family 过滤。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | 搜索根路径 | /project1 |
| limit | No | ||
| family | No | 例如 COMP、TOP、CHOP、SOP、DAT、MAT | |
| op_type | No | 例如 null、text、constant | |
| pattern | No | 名称或路径的通配符 | * |
| max_depth | No |