Skip to main content
Glama

Disconnect node wire(s)

disconnect_nodes

Remove input wires from a TouchDesigner node. Optionally specify the upstream node or input index to narrow removal.

Instructions

Remove one or more input wires from a node in TouchDesigner. By default removes every incoming wire into to_path; narrow the scope with from_path (only wires from that upstream node) and/or to_input (only that input slot index). Returns the list of removed wires (input index + upstream node path), a probe of the Connector API attributes seen at runtime, and any per-wire warnings. Fatal only when to_path is not found — partial removals with per-wire warnings still succeed. The inverse of connect_nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_pathYesThe downstream node to remove input wire(s) from.
from_pathNoOnly remove wires coming from this upstream node. Omit to remove ALL input wires into to_path (scoped by to_input if given).
to_inputNoOnly clear this input index on to_path (0-based). Omit to clear all inputs.
Behavior5/5

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

The description discloses key behaviors beyond annotations: it returns the list of removed wires, a probe of Connector API attributes, and per-wire warnings; it explains partial removals still succeed and the sole fatal condition. This enriches the annotation context (readOnlyHint=false, destructiveHint=false) with nuanced runtime behavior and return structure.

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 short sentences, each earning its place: purpose, parameter usage, return/error behavior. It is front-loaded with the core action and immediately clarifies scope options, with no extraneous words.

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?

For a tool with three parameters, no output schema, and moderate complexity, the description covers purpose, parameter usage, return structure, error conditions, and relationship to sibling (inverse of connect_nodes). No additional information is needed for an AI agent to correctly select and invoke this 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?

All three parameters are fully described in the input schema (100% coverage), so baseline is 3. The description adds meaning by explaining parameter interaction (default removes all, narrowing via from_path/to_input) and the return value (list of removed wires, probe, warnings). This goes beyond mere schema repetition but does not provide extensive format constraints.

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 verb 'remove' and resource 'input wires from a node in TouchDesigner'. It also explicitly identifies itself as 'The inverse of connect_nodes', directly differentiating from its most relevant sibling.

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?

It provides concrete guidance on when to use each parameter: 'By default removes every incoming wire into to_path; narrow the scope with from_path (only wires from that upstream node) and/or to_input (only that input slot index).' It also explains the error condition (fatal only if to_path not found) and partial success behavior. However, it does not contrast with other sibling tools like delete_td_node or explicitly state when not to use this 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