Skip to main content
Glama

TD Set Resolution (live)

td_set_resolution

Change the width and height of a TOP in a running TouchDesigner instance to set its output resolution.

Instructions

Set the output resolution (width x height in pixels) of a TOP in a running TouchDesigner instance (live control via the td_mcp bridge). Targets a TOP's documented resolution parameters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFull path of the TOP to resize, e.g. '/td_mcp/sandbox/render1'.
widthYesNew output width in pixels (must be a positive integer).
heightYesNew output height in pixels (must be a positive integer).
Behavior2/5

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

No annotations provided, so description bears full burden. It notes 'live control' but does not disclose side effects (e.g., immediate re-render, parameter persistence), error handling, or requirements (e.g., TOP must exist). This is minimal for a mutation tool.

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?

Two sentences, no fluff. Front-loaded with verb and resource. Every word adds value.

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?

Given no output schema, the description should clarify return behavior. It does not. Also lacks detail about valid TOP types or error cases. Adequate for simple mutation but could be more complete.

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?

Schema coverage is 100%, with clear parameter descriptions (path with example, dimensions with constraints). The description adds little beyond restating 'resolution parameters'—no additional usage context for the parameters.

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 clearly states the action ('Set'), the resource ('output resolution of a TOP'), and context ('live control via td_mcp bridge'). It distinguishes itself from sibling tools like td_set_parameter by focusing specifically on resolution settings.

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 description implies the tool is for live resolution changes but lacks explicit guidance on when to use it versus alternatives (e.g., td_set_parameter). No prerequisites or when-not-to-use are mentioned, leaving the agent to infer context.

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/bottobot/touchdesigner-mcp-server'

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