Search operators
search_operatorsSearch the embedded operator knowledge base by keyword to find the right TouchDesigner operator before creating nodes. Get ranked results with name, family, and summary, fully offline.
Instructions
Search the embedded operator knowledge base (629 operators) by keyword — name, family or description — ranked by relevance, fully offline. Use it to discover the right operator before creating nodes instead of guessing a type (e.g. 'what sends DMX?', 'particle', 'corner pin'). Returns name, family and a one-line summary per hit. Pass semantic:true to re-rank by embedding similarity (needs an LLM endpoint; falls back to keyword).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What you're looking for — words from a name, family, or description (e.g. 'blur edge', 'audio spectrum', 'instance geometry'). | |
| limit | No | Max results to return. | |
| semantic | No | Opt-in: re-rank keyword candidates by embedding similarity via the configured LLM endpoint (TDMCP_LLM_BASE_URL / _MODEL, Ollama by default). Better for fuzzy/conceptual queries. Falls back to keyword ranking if the endpoint is unavailable — the default (false) needs nothing. |