get_td_node_parameters
Retrieve a TouchDesigner operator's parameters and current values to identify correct parameter names before making updates.
Instructions
Get an operator's parameters and current values.
Call this before updating parameters — TD names rarely match labels.
Returns {id, name, path, opType, properties}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Operator path (e.g. '/project1/noise1'). | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |