Skip to main content
Glama

Create TouchDesigner node

create_td_node

Create a bare operator node inside a parent COMP. Validates the operator type against the knowledge base and warns on unknown types, returning the node and warnings.

Instructions

Create a single bare operator (node) inside a parent COMP — nothing is wired or laid out. Validates the operator type against the knowledge base and warns (without blocking) on unknown types. Returns {node, warnings[]} for the created node. This is the atomic primitive: for a complete wired+arranged network prefer the higher-level Layer-1 create_* tools (e.g. create_audio_reactive, create_feedback_network).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_pathNoParent COMP path to create the node inside./project1
typeYesOperator type string, e.g. 'noiseTOP', 'feedbackTOP', 'nullTOP', 'constantCHOP'.
nameNoOptional node name (auto-generated if omitted).
parametersNoOptional initial parameter overrides as key→value pairs.
Behavior4/5

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

Annotations indicate mutable (readOnlyHint=false) and non-destructive (destructiveHint=false). Description adds validation against knowledge base, non-blocking warnings, and return format {node, warnings[]}, which is useful 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?

Three sentences: first states core action and caveat, second explains validation and return, third directs to alternatives. No redundant words, front-loaded with key function.

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?

For a tool with no output schema, description explicitly states return structure. Covers creation, validation, warnings, and usage guidance. Lacks details on error cases but sufficient for an atomic primitive.

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 baseline 3 is appropriate. Description mentions validation of type against knowledge base and optional initial parameter overrides, but adds minimal extra meaning beyond schema.

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 precisely states the tool creates a single bare operator inside a parent COMP with no wiring or layout, and explicitly contrasts with higher-level create_* tools for complete networks.

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 advises when to use this atomic primitive vs higher-level Layer-1 tools (e.g., create_audio_reactive). Provides clear context for selection.

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