Skip to main content
Glama

Plan Legacy TD Patch

td_patch_plan
Read-only

Build typed PatchPlan structures for TouchDesigner using intent, recipe IDs, or custom operation lists for compatibility workflows.

Instructions

(Legacy — prefer td_brain_plan → td_brain_execute; slated for removal in v3.0.) Compatibility/expert surface for typed PatchPlan construction. For new concept-to-network TouchDesigner builds, prefer td_brain_plan followed by td_brain_execute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentNoFree-text goal; triggers heuristic macro match
recipe_idNoTechnique/recipe ID to materialize into a plan
operationsNoPre-built operation list (LLM-authored)
undo_labelNoOverride for the TD undo block label
target_rootYesAbsolute TD path the plan operates on, e.g. '/project1'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description states 'construction' (implying mutation), but annotations declare readOnlyHint=true. This is a direct contradiction; the agent cannot tell if the tool is read-only or modifies state. No additional behavioral details are provided beyond the annotations. The inconsistency undermines trust.

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 two sentences, front-loading the legacy status and preferred alternatives. Every sentence is informative with no redundancy.

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

Completeness3/5

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

The description covers deprecation and usage guidance, but due to the behavioral contradiction, it is incomplete about what the tool actually does (read vs write). With an output schema present, return values are covered, but the core behavior conflict is unaddressed.

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 coverage is 100%, so the schema already documents all parameters. The description adds no parameter-specific information beyond what is in the schema. Baseline 3 is appropriate.

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 immediately marks the tool as legacy and states it is for 'typed PatchPlan construction'. It explicitly names preferred alternatives (td_brain_plan → td_brain_execute), distinguishing it from siblings. The verb 'construct' and resource 'PatchPlan' are specific.

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?

The description gives clear when-to-use guidance: only for compatibility or expert typed PatchPlan construction. It explicitly says to prefer td_brain_plan → td_brain_execute for new builds, and notes the tool is slated for removal in v3.0. This provides both context and exclusions.

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/dreamrec/TDPilot'

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