td_connect
Connect two TouchDesigner operators by wiring an outlet to an inlet, with automatic validation of family compatibility and error reporting for invalid connections.
Instructions
Wire one operator's outlet to another's inlet, validating compatibility.
TouchDesigner only connects same-family operators via connectors; a cross-family attempt (e.g. TOP -> SOP) returns a descriptive error rather than failing silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_path | Yes | Destination operator path. | |
| to_inlet | No | Destination inlet index. | |
| from_path | Yes | Source operator path. | |
| from_outlet | No | Source outlet index. | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |