Skip to main content
Glama

Plan a visual from a description

plan_visual
Read-only

Generate a validated, read-only build plan for TouchDesigner from a visual description in plain language. Default deterministic planner creates nothing, with optional LLM planning and safe fallback.

Instructions

Turn a visual description into a read-only build plan. The deterministic planner remains the default and creates nothing. Set planner='llm' to opt into one bounded completion grounded in compact editor/project/recipe/operator evidence; every suggested tool, recipe and operator is validated, and any unavailable or invalid LLM path falls back deterministically without mutating TouchDesigner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plannerNoUse the deterministic keyword planner (default), or explicitly request one bounded, grounded LLM completion with deterministic fallback.deterministic
root_pathNoOptional TouchDesigner root used only for bounded read-only grounding in planner='llm'.
descriptionYesNatural-language description of the visual you want.
llm_timeout_msNoBound the single LLM completion to 1000-10000 ms.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
warningsYes
groundingYes
operatorsYes
recipe_idYes
planner_usedYes
interpretationYes
schema_versionYes
fallback_reasonYes
recommended_toolYes
planner_requestedYes
Behavior5/5

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

Annotations already declare readOnlyHint and destructiveHint=false, but the description adds substantial behavior beyond that: 'every suggested tool, recipe and operator is validated,' 'any unavailable or invalid LLM path falls back deterministically without mutating TouchDesigner.' It also clarifies that the LLM completion is 'grounded' and 'bounded.' This is rich, additive transparency.

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-loaded with the core purpose, and every clause carries useful information. No fluff, no repetition of schema field names. Highly efficient for an agent to parse.

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 complexity of the tool (4 params, two planner modes, validation and fallback behavior) and existing output schema, the description fully covers what an agent needs to know: purpose, safety, mode selection, and failure handling. It leaves no critical gaps for a planning tool.

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 coverage is 100%, so baseline applies. The description does add meaning beyond the schema by explaining the conceptual role of planner='llm' ('one bounded completion grounded in compact editor/project/recipe/operator evidence') and the fallback guarantee, which the schema's enum description does not fully convey. However, root_path and llm_timeout_ms are largely restated in schema, so it doesn't reach 5.

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 opens with a specific verb+resource: 'Turn a visual description into a read-only build plan.' It clearly distinguishes this from sibling create_* tools by emphasizing 'read-only' and 'creates nothing.' The title reinforces this, making the tool's purpose unambiguous.

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?

It explicitly says the deterministic planner is the default and 'creates nothing,' implying use this when you want a plan rather than a mutation. It also gives precise guidance on opting into planner='llm' and describes the bounded, validated, fallback behavior. This tells the agent when and how to use the tool.

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