Get operator workflow guide
get_operator_workflow_guideRetrieve a TouchDesigner operator workflow guide with inputs, outputs, examples, and next-operator suggestions. For unknown operators, returns candidate IDs.
Instructions
Read-only: return an embedded TouchDesigner operator workflow guide with common inputs, outputs, examples, and next-operator suggestions. For unknown operators, returns candidate guide ids instead of failing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operator | Yes | Operator name, display name, or slug to look up. | |
| next_limit | No | Maximum number of next-operator suggestions to return. | |
| include_examples | No | Include Python examples, expressions, and generated usage patterns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | True when the embedded knowledge base has a workflow guide. | |
| guide | No | Operator connection guide, when found. | |
| examples | No | Operator examples, when requested and available. | |
| operator | Yes | The operator string from the request. | |
| suggestions | Yes | Candidate operator ids when no exact guide is found. | |
| nextOperators | Yes | Suggested downstream operators. |