Skip to main content
Glama

Find TouchDesigner nodes

find_td_nodes
Read-only

Locate specific TouchDesigner nodes using glob patterns, operator type, family, and depth filters. Get matching paths and metadata without the overhead of full topology transfer.

Instructions

Read-only: compact bridge-side node search by name/path glob, exact or partial operator type, family and bounded depth. Returns {count, truncated, matches/paths, search_metadata} without transferring topology; older bridges fall back only to structured list/topology reads. Prefer this over get_td_nodes when looking through a sub-tree; use get_td_topology only when you need wiring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoCase-insensitive operator-type substring (e.g. 'TOP', 'noise').
limitNoMax matches to return.
familyNoOptional exact TouchDesigner operator family.
patternNoCase-insensitive name/path filter with '*' wildcards (e.g. 'text*', '*noise*').
max_depthNoMaximum descendant depth; 1 means direct children. Overrides recursive=true.
name_globNoAdditional name-only '*' glob.
path_globNoAdditional absolute-path '*' glob.
path_onlyNoReturn only matching paths.
recursiveNoSearch the whole sub-network (true) or only direct children (false).
type_matchNoWhether `type` is a substring or an exact operator type.partial
parent_pathNoWhere to search from./project1
time_limit_msNoHard bridge-side search budget in milliseconds.
node_scan_limitNoHard cap on nodes inspected inside TouchDesigner.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesTotal nodes matched before `limit` truncation.
pathsNopath_only mode: the matched node paths and nothing else.
sourceYes
matchesNoDefault mode: each matched node as {path, name, type, family}.
warningsNo
recursiveYesWhether descendants were searched, echoing the request.
truncatedYesTrue if more nodes matched than `limit` returned.
parent_pathYesThe network root the search ran under.
search_metadataNoCurrent-bridge scan completeness and budget evidence; absent on an older-bridge fallback.
Behavior5/5

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

Discloses behavior beyond annotations: it's 'Read-only' (consistent with readOnlyHint), notes it returns '{count, truncated, matches/paths, search_metadata} without transferring topology' (efficient/compact), and states 'older bridges fall back only to structured list/topology reads' (fallback behavior). This adds significant context without contradicting 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?

Three concise sentences cover purpose, return format/fallback, and usage guidance. Front-loaded with the main function, and every sentence adds value. No filler or repetition.

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?

Despite 13 parameters, the description covers purpose, return fields, fallback behavior, and sibling differentiation. With a full output schema and 100% parameter descriptions, nothing critical is missing. The guidance about older bridges addresses edge cases in tool availability.

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

Parameters3/5

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

Schema description coverage is 100%, so the description doesn't need to explain individual parameters. The description does synthesize key concepts ('name/path glob', 'exact or partial operator type', 'family', 'bounded depth') which map to schema params, but adds no new meaning beyond what the schema already provides.

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 it's a node search tool with specific filter capabilities: 'compact bridge-side node search by name/path glob, exact or partial operator type, family and bounded depth.' It also distinguishes from siblings by explicitly naming get_td_nodes and get_td_topology and when to use each.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: 'Prefer this over get_td_nodes when looking through a sub-tree; use get_td_topology only when you need wiring.' Also notes fallback behavior for older bridges, so the agent knows when this tool's advanced features may not be available.

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/lucasmaher-hash/touch-designer-mcp'

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