TD Build Template (live)
td_build_templateCompile a named TouchDesigner network template into a running instance, creating operators, setting parameters, wiring connections, and laying out the network.
Instructions
COMPILE a named TouchDesigner network template into a running TouchDesigner instance via the td_mcp bridge: it creates every operator, sets the template parameters, wires the connections (port-level), and lays out the network. Templates: video-player, generative-art, audio-reactive, data-visualization, live-performance (aliases like 'feedback loop', 'vj', 'data viz' accepted). Builds into the sandbox COMP by default (/td_mcp/sandbox). STRICT: if any operator type or parameter name cannot be resolved against the operator map, it fails and lists what is missing instead of guessing. Requires the bridge to be running (see td_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Path to the parent COMP to build inside. Defaults to /td_mcp/sandbox. | |
| template | Yes | Template name: video-player | generative-art | audio-reactive | data-visualization | live-performance (aliases accepted). Use 'list' to see the available templates. |