Skip to main content
Glama
rickengineroom

touchdesigner-mcp

Inspect a TouchDesigner operator

td_inspect_operator
Read-onlyIdempotent

Inspect any TouchDesigner operator to retrieve its type, connections, parameters, and error status for debugging.

Instructions

Read an operator’s type, flags, inputs, outputs, parameters, dimensions/channels, and errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute TouchDesigner operator path, for example /project1/visuals/noise1
parameterLimitNo
includeChildrenNo
includeParametersNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and idempotentHint, and the description's 'Read' aligns with that. It adds the set of inspected attributes, providing useful context about the tool's scope. It does not disclose behavior like defaults for parameterLimit or error handling, but given the annotations, this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with the verb and resource, enumerates attributes without waste. Perfectly concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives a broad overview of what is read, but without an output schema or parameter descriptions, the agent may lack clarity on optional parameters and return structure. It's adequate but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 25% with only 'path' described. The description mentions 'parameters' as an output category but does not explain the optional parameters (parameterLimit, includeChildren, includeParameters). Since the description carries the burden for low schema coverage, it falls short.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Read' and enumerates resource attributes (type, flags, inputs, outputs, parameters, dimensions/channels, errors), clearly distinguishing it from sibling tools like td_get_errors or td_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or alternative exclusions are provided. Usage is implied by the enumeration of inspected attributes, but the description does not contrast with similar tools such as td_status or td_get_errors.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rickengineroom/touchdesigner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server