Skip to main content
Glama

Get TouchDesigner Version Info

get_version_info

Retrieve detailed information about a specific TouchDesigner version, including Python version, new operators, key features, and API changes.

Instructions

Get detailed information about a specific TouchDesigner version including Python version, new operators, key features, and API changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesTouchDesigner stable version to look up (e.g. '2025', '2023', '2022', '2021', '2020', '2019', '099'). For an experimental build series (e.g. '2025.30000') use get_experimental_build instead.
show_new_operatorsNoInclude list of operators added in this version (default: true)
show_breaking_changesNoInclude breaking changes and migration notes (default: true)
show_python_highlightsNoInclude Python API changes for this version (default: true)
Behavior3/5

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

No annotations exist, so description must disclose behavior. It implies a safe read operation but does not explicitly state it is non-destructive or that it does not modify state. Adequate but not fully transparent.

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 of 18 words, immediately states purpose and key outputs. No fluff.

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?

No output schema; description hints at return fields (Python version, operators, features, API changes). Sufficient for basic understanding but could mention response structure or example.

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 covers all 4 parameters with descriptions (100% coverage). The description adds no extra parameter context beyond the schema. Baseline 3 is appropriate.

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?

Description clearly states the tool retrieves detailed version info including specific categories (Python version, new operators, features, API changes). It distinguishes from sibling get_experimental_build via parameter description.

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 'version' parameter description explicitly tells when to use get_experimental_build instead. No other when-to-use or when-not-to-use guidance is provided, but the key alternative is covered.

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