Validate TD Recipe
td_validate_recipeCheck a TouchDesigner recipe for compatibility. Validates recipe structure and dependencies against project or global scope.
Instructions
(Legacy — prefer td_brain_plan → td_brain_execute; slated for removal in v3.0.) Read-only recipe compatibility check. Use td_brain_plan for new grounded visual-programming requests that should become a BrainPlan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | 'project' or 'global' | project |
| recipe | No | Inline recipe dict to validate | |
| recipe_id | No | Recipe ID to validate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||