Skip to main content
Glama

Search operators

search_operators
Read-only

Search a local knowledge base of 629 TouchDesigner operators by keyword to find the right operator before creating nodes. Returns ranked results with name, family, and summary.

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

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat you're looking for — words from a name, family, or description (e.g. 'blur edge', 'audio spectrum', 'instance geometry').
limitNoMax results to return.
semanticNoOpt-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.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true and destructiveHint=false, and the description adds valuable behavioral details: offline operation, relevance ranking, return format (name, family, one-line summary), and the semantic reranking feature with fallback behavior. There is no contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exceptionally concise, consisting of two sentences that front-load the purpose and key details. Every sentence adds value without redundancy, making it efficient for an AI agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all essential aspects: what it searches, the scope (629 operators), how results are returned (ranked relevance, fields per hit), and the optional semantic reranking with fallback. Without an output schema, it sufficiently describes the return format. The limit parameter is in the schema, so no gap in completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema documents the parameters. The description adds meaning by explaining the semantic parameter's behavior and fallback, providing context beyond the schema's basic descriptions. It effectively enhances the parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: searching the embedded operator knowledge base by keyword, with specifics like '629 operators', 'fully offline', and ranking by relevance. It effectively distinguishes this tool from siblings like 'find_td_nodes' or 'get_td_nodes' which deal with network nodes, not the operator reference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises when to use the tool: 'Use it to discover the right operator before creating nodes instead of guessing a type', with concrete examples. It also explains the semantic option. However, it does not explicitly contrast with alternative tools or state when not to use it, missing a chance to fully clarify its scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantani/tdmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server