Skip to main content
Glama

Setup TDAbleton Bridge

setup_tdableton

Wires Ableton Live to TouchDesigner in a container: probes for the TDAbleton Palette, or falls back to OSC, exposing tempo/track/device channels as bind-ready Null CHOPs.

Instructions

Wire up an Ableton Live bridge inside a tdmcp-managed container. Auto mode probes for the official TDAbleton Palette COMP; if found, clones it and surfaces tempo/beat/track/device channels as binding-ready Null CHOPs. Falls back to a full OSC fabric (oscinCHOP + selectCHOP fan-out) if the Palette isn't available. Either branch exposes the same Null CHOP names at the container boundary so downstream bind_to_channel calls work regardless of which path was taken.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoAbleton host IP for the OSC Out CHOP.127.0.0.1
modeNoBridge mode. 'auto' = probe palette then fall back to OSC. 'palette' = require Palette (warn on miss, still builds OSC fallback). 'osc' = skip palette probe entirely.auto
nameNoContainer baseCOMP name.tdableton
port_inNoUDP port TD listens on (Live → TD).
port_outNoUDP port TD sends to (TD → Live).
parent_pathNoParent COMP to host the container (default '/project1')./project1
track_countNoNumber of /live/track/<i>/volume channels to materialise as bind-ready Nulls.
include_tempoNoAdd Null CHOPs for tempo, beat, and bar.
expose_devicesNoIf true, generate /live/track/<i>/device/<j>/parameter/<k> listener rows up to device_param_count.
include_masterNoAdd Null CHOPs for /live/master/volume and /live/master/crossfader.
device_param_countNoPer-track device-param count to materialise (used only when expose_devices).
Behavior4/5

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

The description discloses meaningful behavioral details beyond the annotations, such as probing for the Palette, falling back to an OSC fabric, and guaranteeing the same Null CHOP names. Annotations already say readOnly=false and openWorld=true, and the description aligns with those. It could add more about error handling or prerequisites, but the disclosed branch logic is valuable.

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 concise, front-loaded with the primary purpose, and uses three well-structured sentences to cover the auto-probe logic, fallback, and the consistent output guarantee. Every sentence adds value with no repetition or filler.

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?

Given the tool's complexity (11 parameters, two modes, no output schema), the description covers the main setup behavior well but does not mention what the tool returns (important since no output schema exists) or any prerequisites/limitations. It is adequate but has gaps.

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?

The input schema already provides descriptions for all 11 parameters (100% coverage). The description adds context about the overall goal (downstream bind_to_channel) but does not individually enrich the parameter meanings beyond what the schema provides. Baseline of 3 is appropriate.

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 a specific action ('Wire up an Ableton Live bridge') with a specified scope ('inside a tdmcp-managed container') and explains the auto-probe/fallback behavior. This distinguishes it from similar sibling tools like connect_ableton_link_session and create_hand_ableton_mapper.

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 the tool (when an Ableton Live bridge is needed in a tdmcp container with binding-ready Null CHOPs) and explains the two modes, but it does not explicitly state when not to use it or point to specific alternatives.

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