Skip to main content
Glama
rickengineroom

touchdesigner-mcp

Pulse a TouchDesigner parameter

td_pulse_parameter

Trigger momentary parameters such as Reset, Clear, or Open on any TouchDesigner operator by specifying its absolute path and parameter name.

Instructions

Pulse a momentary parameter such as Reset, Clear, or Open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute TouchDesigner operator path, for example /project1/visuals/noise1
parameterYes
Behavior3/5

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

With no annotations indicating safety, the description adds a basic behavioral clue by identifying the action as 'pulse' and giving typical targets. It does not disclose return behavior, side effects, or prerequisites like needing an active connection.

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?

The description is a single, front-loaded sentence with no redundancy. Every word adds value, and examples improve comprehension without added length.

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 tool is simple and the description covers the core action, but no output schema exists and return/error behavior is omitted. The missing schema description for 'parameter' is only partially mitigated by examples, leaving the overall context minimally adequate.

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

Parameters3/5

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

The schema documents 'path' but leaves 'parameter' unexplained. The description partially compensates by offering example parameter names, but it does not explicitly state that 'parameter' should be the parameter name string or define expected formatting.

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 a specific action verb 'Pulse' and the resource 'momentary parameter' with concrete examples (Reset, Clear, Open). This clearly distinguishes it from sibling tools like td_set_parameters, which persist values.

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?

The phrase 'momentary parameter' implies the appropriate use case, and examples clarify the intent. However, it does not explicitly state when not to use it or point to an alternative like td_set_parameters for sustained values.

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