Skip to main content
Glama

TD Create Operator (live)

td_create_operator

Create a new operator inside a specified parent COMP in a live TouchDesigner instance, using an operator type and optional name, for dynamic network generation.

Instructions

Create a new operator inside a parent COMP in a running TouchDesigner instance (live control via the td_mcp bridge). Wraps the documented COMP.create(opType, name) call. op_type may be a create token like 'noiseTOP' or a display name like 'Noise TOP' (resolved via the operator map). Defaults to creating inside the '/td_mcp/sandbox' COMP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name for the new operator. If omitted, TouchDesigner picks a default unique name based on the operator type.
parentNoFull path of the parent COMP to create the operator inside. Defaults to '/td_mcp/sandbox'.
op_typeYesOperator type to create. Either a create token (e.g. 'noiseTOP', 'rectangleSOP', 'constantCHOP') or a display name (e.g. 'Noise TOP') that is resolved to a create token via the operator map.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions live control and wrapping a documented call, but does not cover error states, permissions, or side effects like overwriting existing operators.

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 concise sentences that front-load the purpose, then explain the wrapper and key parameter details. No unnecessary words.

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 main behavior and default values, but lacks information about return value, error handling, or prerequisites like parent COMP existence. Given no output schema, more complete context would help.

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%, but the description adds value by explaining op_type resolution from token to display name and mentioning the default parent and default name behavior, which goes beyond the 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 clearly states the tool creates an operator inside a parent COMP in a live TouchDesigner instance, using a specific verb and resource. It distinguishes from sibling tools like td_delete or td_connect by focusing on creation.

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 provides context like default parent path and op_type resolution, but lacks explicit when-to-use or when-not-to-use guidance relative to alternatives. Usage is implied but not fully clarified.

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/bottobot/touchdesigner-mcp-server'

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