Skip to main content
Glama

Create visual system

create_visual_system

Build a complete visual system in TouchDesigner from a plain-language description, with automatic intent classification, verification, and preview.

Instructions

Create a complete visual system from a natural-language description. Classifies intent (audio-reactive, particle, feedback, reaction-diffusion, landscape, generative) and builds it in a self-contained COMP, then verifies and previews it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesNatural-language description of the visual system.
parent_pathNo/project1
resolutionNoAdvisory target resolution. Recorded in the build note; the sub-builders use their own internal sizes and do not enforce this per-node.1080p
target_fpsNoAdvisory target frame rate (informational only — TD's real cook rate is a project-level setting, not set here).
Behavior4/5

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

Annotations are present (readOnly=false, destructive=false, openWorld=true) and consistent. The description adds behavioral context: classifying intent, building a self-contained COMP, and verifying/previewing, which goes beyond what annotations provide.

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, front-loaded with the core action. Every sentence adds value with no wasted words.

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

Completeness4/5

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

The description covers creation, classification, build, verification, and preview. No output schema exists, but annotations compensate. Missing details like error handling or prerequisites, but sufficient for a create tool.

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 75%, with descriptions for resolution and target_fps indicating they are advisory. The description mentions 'natural-language description' for the required param but adds little beyond schema for others. It does not elaborate on how parameters affect the build process.

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 explicitly states it creates a complete visual system from natural language, classifies intent into specific categories, builds into a self-contained COMP, and verifies/previews it. This clearly differentiates it from siblings like create_audio_reactive which are more focused.

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

Usage Guidelines3/5

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

The description implies this tool is for general visual system creation, but does not explicitly state when to use it versus more specific tools like create_audio_reactive or create_generative_art. No when-not or alternatives are mentioned.

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