Skip to main content
Glama

Plan TD Brain Task

td_brain_plan
Read-only

Plan validated TouchDesigner topology from a natural-language intent. Returns a concept graph and patch plan when coverage is complete.

Instructions

Use this when a request is pattern-shaped with an exact validated topology or technique composition. It returns a non-mutating concept graph, typed patch plan, and server-derived intent coverage; execute only when coverage is complete. For artistic, multi-domain, spatial, camera/depth/fog, or implicit-architecture requests, start directly with td_brain_ground → td_brain_propose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoPlanning mode: 'auto', 'fast', 'production', or 'show_safe'.auto
intentYesNatural-language visual programming task.
inspectNoAllow targeted read-only TD inspection while planning.
output_topNoOptional TOP path expected to show final visual output.
constraintsNoOptional hard constraints, e.g. palette, FPS, node count, or operators.
target_rootNoAbsolute TD parent/root path to plan inside./project1
trace_levelNoTrace detail: 'none', 'summary', or 'debug'.summary
detail_levelNoResponse detail: 'full' (compatibility default) or 'summary'.full
include_docsNoUse loaded DocsBrain/CardIndex operator knowledge while grounding the plan.
include_memoryNoSearch local technique memory while grounding the plan.
preferred_domainsNoPreferred TD data domains: TOP, CHOP, SOP, POP, DAT, COMP, MAT.
validation_profileNoValidation profile. 'auto' resolves to structural_visual_safe.auto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already provide non-mutating and non-destructive hints. The description adds behavioral context: returns a concept graph and typed patch plan, and instructs to execute only when coverage is complete, enhancing transparency beyond 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?

Two sentences that are front-loaded with purpose and usage, then exclusion cases. Every sentence provides value; no fluff.

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?

Given the tool complexity (12 parameters, many siblings, output schema exists), the description adequately covers when to use, return value, execution condition, and exclusions. No critical gaps.

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 has 100% description coverage, so baseline is 3. The description does not add parameter-specific info, which is acceptable given the schema covers all 12 parameters fully.

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 returns a non-mutating concept graph, typed patch plan, and server-derived intent coverage for pattern-shaped requests with validated topology/technique, differentiating from siblings by specifying when to use alternatives.

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?

Explicitly states when to use this tool (pattern-shaped requests) and when not (artistic, multi-domain, etc.), directly recommending alternative tool sequence (td_brain_ground → td_brain_propose).

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