describe_td_tools
List available TouchDesigner tools with names, descriptions, and schemas for agents to discover the tool surface.
Instructions
List the tools this server exposes, with names, descriptions, and schemas.
A manifest for code-execution agents that want to discover the available
TouchDesigner tool surface. Introspected locally; does not contact
TouchDesigner. Returns {count, tools: [{name, description, [inputSchema, annotations]}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring to filter tool names (e.g. 'glsl'). | |
| detail_level | No | 'summary' for name+description, 'detailed' to include schemas. | summary |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |