Skip to main content
Glama
axysar

touchdesigner-agent-mcp

by axysar

td_viewport

Read-only

Captures a TOP/COMP viewer or network editor pane as an image to visualize changes in your TouchDesigner network.

Instructions

Capture a TOP/COMP viewer or the network editor pane as an image.

Use this to actually see the result of edits instead of guessing. target is a TOP/COMP path, or 'pane' for the current network editor. Small inline captures are returned as a viewable image; large captures (or return_as='path') return a temp-file path string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoOptional output width.
formatNo'png' or 'jpg'.png
heightNoOptional output height.
targetYesTOP/COMP path to capture, or the literal 'pane'.
qualityNoJPG quality 1-100 (ignored for PNG).
return_asNo'base64' inline, or 'path' for a temp-file path.base64
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the tool is safe. The description adds value by explaining that small captures are returned as viewable images while large captures (or return_as='path') return a temp-file path. No contradictions.

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 four sentences, front-loaded with purpose, then usage guidance, then parameter details. Every sentence adds value, no filler.

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

Completeness4/5

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

For a tool with 6 parameters and no output schema, the description covers output behavior (inline vs file path) and key parameter constraints. It could mention fallback defaults for width/height, but overall it is complete enough for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining the target parameter as 'TOP/COMP path, or the literal ''pane''' and that JPG quality is ignored for PNG. This helps the agent understand parameter behavior.

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 tool captures a TOP/COMP viewer or network editor pane as an image. This is a specific verb+resource pair, and the sibling tools (node creation, deletion, parameter updates) are all distinct, so the tool is well-differentiated.

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

Usage Guidelines4/5

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

The description gives clear usage context: 'Use this to actually see the result of edits instead of guessing.' It explains the target parameter and return options. However, it does not explicitly state when not to use this tool or suggest alternatives.

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/axysar/touchdesigner-agent-mcp'

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