Skip to main content
Glama

Edit TouchDesigner node metadata

edit_td_node_metadata
Destructive

Atomically edit a TouchDesigner operator's name, parent, exact position, color, comment, or flags; prevalidates fields and rolls back partial failures to ensure consistent updates.

Instructions

Atomically edit an operator's name, parent, exact Network Editor position, color, comment, or writable flags. The bridge prevalidates requested fields, reads values back, and rolls back partial failures; parent moves copy and validate the destination before destroying the source. Returns the final path and per-field results. Does not use raw Python fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lockNo
nameNoNew operator name.
pathYesFull path of the operator to edit.
colorNoOperator RGB color, each channel in 0..1.
bypassNo
node_xNoExact Network Editor X coordinate.
node_yNoExact Network Editor Y coordinate.
renderNo
viewerNo
commentNoBounded operator comment, including empty.
displayNo
cloneImmuneNo
parent_pathNoDestination parent COMP for a safe move.
allowCookingNo
Behavior5/5

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

The annotations already declare destructiveHint=true, but the description adds substantial behavioral context: atomicity, prevalidation, rollback, parent-move copy-and-validate semantics, and the return format. It also clarifies that it avoids raw Python fallback, going well beyond the annotation baseline.

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 three sentences, each dense with valuable information. It is front-loaded with the primary action and scope, followed by atomicity/rollback details and return value. No redundant or filler 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 atomicity, rollback, and return results well, but it omits details about the individual boolean flags and does not mention prerequisites or error conditions beyond rollback. For a 14-parameter tool with no output schema, this leaves noticeable gaps for an agent trying to use all parameters correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50%, and the seven boolean flags (lock, bypass, render, viewer, display, cloneImmune, allowCooking) have no schema descriptions. The description only refers to them collectively as "writable flags" without enumerating or explaining each. For the described parameters (name, path, color, node_x, node_y, comment, parent_path), the schema is already adequate, but the description does not compensate for the undocumented flags.

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 uses a specific verb ("edit") and enumerates the exact metadata fields: name, parent, Network Editor position, color, comment, and writable flags. This clearly distinguishes it from sibling tools like update_td_node_parameters (which edits parameter values) and delete_td_node (which removes nodes).

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool: it is atomic, prevalidates fields, rolls back partial failures, and explicitly states it does not use raw Python fallback, implying it is a safer alternative to execute_python_script. However, it does not explicitly name alternatives or state when not to use it, so it misses the top tier for explicit when/when-not guidance.

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/lucasmaher-hash/touch-designer-mcp'

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