get_td_node_parameters
Retrieve parameters of any TouchDesigner node with adjustable detail level, item limit, and response format (JSON, YAML, or Markdown).
Instructions
Get node parameters with concise/detailed formatting (detailLevel+limit supported)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in formatted output | |
| nodePath | Yes | Node path. e.g., "/project1/textTOP" | |
| detailLevel | No | Response detail level for tool output (minimal, summary, or detailed) | |
| responseFormat | No | Structured output format for formatted responses |