Skip to main content
Glama

Get TouchDesigner Experimental Build Info

get_experimental_build

Retrieve detailed information about TouchDesigner experimental builds, including new features, operators, breaking changes, and Python API additions. Specify a series ID or leave empty for the latest experimental series.

Instructions

Returns information about a TouchDesigner experimental/beta build series. Experimental builds are pre-release tracks that contain new features not yet available in stable releases. You can request a specific series ID (e.g. '2025.30000') or omit the parameter to get the latest experimental series. Response includes: new features, experimental operators, breaking changes versus the stable baseline, and Python API additions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idNoExperimental build series ID to look up (e.g. '2025.30000'). Omit to get the latest (current) experimental series. Use list_experimental_builds to see all available series IDs.
show_featuresNoInclude the list of new features for this build series (default: true)
show_operatorsNoInclude experimental or newly promoted operators (default: true)
show_python_apiNoInclude Python API additions introduced in this experimental series (default: true)
show_breaking_changesNoInclude breaking changes versus the stable baseline (default: true)
Behavior4/5

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

No annotations are provided, so the description carries full burden. It explains that the tool returns pre-release build information and lists the types of included details (new features, operators, breaking changes, Python API additions). It does not mention any side effects, which is acceptable for a read operation.

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 concise with three sentences, no fluff, and front-loaded with the main purpose. Every sentence adds value.

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?

Given 5 parameters, no output schema, and no annotations, the description covers the purpose, usage, and return content adequately. It could explicitly state the tool is read-only, but that is implied by the nature of 'returns information'.

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 description coverage is 100%, so baseline is 3. The description adds value for the series_id parameter by explaining omission behavior and referencing a sibling tool. The boolean parameters are well-described in the schema, and the description does not add further semantics.

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 returns information about a TouchDesigner experimental/beta build series, specifying the resource and action. It distinguishes from sibling tools like list_experimental_builds by focusing on getting details of a specific series.

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

Usage Guidelines5/5

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

The description explicitly says when to omit the series_id to get the latest series and references list_experimental_builds for obtaining available series IDs. This provides clear guidance on parameter usage and directs to the correct sibling tool for listing.

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