Get operator workflow guide
get_operator_workflow_guideLook up TouchDesigner operators for workflow guides with inputs, outputs, examples, and next-operator suggestions. When an operator is missing from the snapshot, returns candidate IDs and a caveat.
Instructions
Read-only: return an embedded TouchDesigner operator workflow guide with common inputs, outputs, examples, next-operator suggestions, and snapshot provenance. When an operator is absent from the imported snapshot, returns candidate guide ids and an explicit snapshot caveat instead of claiming that the operator does not exist.
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. | |
| data_version | No | Import source, source version, timestamp, and covered TouchDesigner version. | |
| lookup_status | Yes | Whether the operator is present in the imported knowledge snapshot. | |
| nextOperators | Yes | Suggested downstream operators. | |
| snapshot_notice | No | Caveat attached when an operator is absent from the imported snapshot. |