Skip to main content
Glama

Disconnect node wire(s)

disconnect_nodes

Remove one or more input wires from a TouchDesigner node. Use optional parameters to target specific upstream nodes or input slots.

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.
Behavior4/5

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

Annotations (readOnlyHint: false, destructiveHint: false) are present; the description adds context: partial removals with warnings succeed, returns list of removed wires, and probe of Connector API. No contradiction. The description adds behavioral detail 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?

The description is a single paragraph of 4 sentences, front-loading the purpose and then adding detail efficiently. No wasted words. Every sentence adds value.

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?

Given the tool's complexity (3 params, 1 required, no output schema), the description covers purpose, parameter usage, default behavior, error handling, and return value. It is sufficient for an agent to select and invoke the tool correctly.

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%, so the baseline is 3. The description adds meaning beyond schema by explaining defaults ('removes every incoming wire') and how from_path and to_input narrow the scope. It also mentions return value, which is not in 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's function: 'Remove one or more input wires from a node in TouchDesigner.' It uses specific verb+resource (remove wires) and distinguishes from the sibling 'connect_nodes' by explicitly calling it 'the inverse of connect_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 explains when to use the tool and how to narrow scope: 'By default removes every incoming wire into to_path; narrow the scope with from_path... and/or to_input.' It also clarifies error behavior: 'Fatal only when to_path is not found — partial removals with per-wire warnings still succeed.' It does not explicitly state when not to use, but the guidance is clear.

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