Get node parameters
get_td_node_parametersRetrieve the current parameters and I/O of any TouchDesigner node. Filter specific parameters by key or exclude I/O lists to save context.
Instructions
Read the current parameters (and I/O) of a node. Pass keys to project specific parameters or omit_io:true to drop the inputs/outputs lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the node to inspect. | |
| keys | No | Only return these parameter names (case-sensitive). Omit to return all parameters. | |
| omit_io | No | Drop the inputs/outputs lists from the result to save context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| type | Yes | ||
| name | Yes | ||
| parameter_warnings | No | ||
| parameters | Yes | ||
| inputs | No | ||
| outputs | No | ||
| family | No | ||
| errors | No |