Apply recipe
apply_recipeBuild a complete TouchDesigner network from a recipe ID in a single call. Creates and wires all nodes, exposes controls, and verifies the setup.
Instructions
Instantiate a built-in recipe by id (from list_recipes) inside a COMP — a tested, ready-made network you can build in one call, then tweak. Creates a new baseCOMP under parent_path, adds and wires every node the recipe declares, exposes its controls, then auto-layouts, verifies, and previews. Returns a summary plus a JSON block with the container path, all created node paths, the output path, the recipe id, exposed controls, any node errors, warnings, and an inline preview image. Returns a friendly error listing available ids if id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe id to build (see list_recipes). | |
| parent_path | No | COMP to build the recipe inside. | /project1 |