Suggest operator chain
suggest_operator_chainSuggest an ordered TouchDesigner operator chain for a given creative or technical goal. Returns connection hints and next steps without creating nodes.
Instructions
Read-only: suggest a small ordered TouchDesigner operator chain for a creative or technical goal from offline operator docs and workflow patterns. Returns connection hints and next tool hints; it does not create nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Creative or technical goal for the operator chain. | |
| family | No | Optional operator family/category preference, e.g. TOP, CHOP, SOP, DAT. | |
| max_steps | No | Maximum number of operators to return in the suggested chain. | |
| seed_operator | No | Optional starting operator name, display name, or slug. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| chain | Yes | ||
| family | No | ||
| warnings | Yes | ||
| seedOperator | No | ||
| nextToolHints | Yes | ||
| sourceMatches | Yes |