Skip to main content
Glama

Get build-aware TouchDesigner docs

get_td_docs
Read-only

Resolve TouchDesigner operator, Python API, or concept docs from installed offline help and embedded knowledge base, returning section IDs and provenance for precise AI-driven node building.

Instructions

Read-only: resolve compact TouchDesigner operator, Python API, or concept documentation from the installed OfflineHelp corpus first, then the embedded KB. Returns section ids for bounded drill-down plus installed/running build provenance. Web fallback is off by default and, when explicitly enabled, is restricted to docs.derivative.ca and labeled as latest-web rather than installed-build truth. Never accepts a filesystem path or returns raw HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoDocumentation kind: auto, operator, python, or concept.auto
queryYesOperator type, Python class/page id, or concept text; never a filesystem path.
sourceNoSource policy: installed, embedded, web, or local-first auto.auto
sectionNoStable heading id or an exact unique section title from sections_available.
max_charsNoMaximum returned documentation body characters (1000-12000).
web_fallbackNoAllow auto mode to try the Derivative web API when the server gate is enabled.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
queryYes
statusYes
contentNo
warningsYes
candidatesYes
provenanceYes
content_charsYes
kind_requestedYes
selected_sectionNo
content_truncatedYes
sections_availableYes
sections_truncatedYes
Behavior5/5

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

The description adds rich behavioral detail beyond the annotations: source resolution order (OfflineHelp first, then embedded KB), output nature (section ids, build provenance), web fallback policy (off by default, restricted to docs.derivative.ca, labeled as latest-web), and constraints (never accepts paths, never returns raw HTML). This fully discloses the tool's behavior and edge cases.

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 three sentences, front-loaded with 'Read-only' and the core function. Each sentence earns its place: the first states the main purpose, the second describes the output and provenance, and the third covers web fallback and constraints. No fluff or redundancy.

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

Completeness5/5

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

Given the tool has 6 parameters, an output schema, and annotations, the description is complete. It covers the source hierarchy, output format hints, safety constraints, and web fallback behavior. The output schema handles return value specifics, so the description only needs to provide high-level context, which it does thoroughly.

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 the baseline is 3. The description adds value by clarifying the query constraint ('Never accepts a filesystem path') and the web_fallback behavior ('restricted to docs.derivative.ca and labeled as latest-web'), which enriches the meaning of the source and web_fallback parameters. It does not duplicate schema descriptions.

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's purpose: 'resolve compact TouchDesigner operator, Python API, or concept documentation from the installed OfflineHelp corpus first, then the embedded KB.' It specifies the resource type (documentation), the sources, and the output (section ids, provenance). This distinguishes it from siblings like get_td_info or search_operators by emphasizing the offline-first, build-aware nature.

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 when to use the tool (for documentation lookup) and provides constraints like 'Web fallback is off by default' and 'Never accepts a filesystem path.' However, it does not explicitly name alternatives or exclusions (e.g., 'for web docs, use search_touchdesigner_knowledge'). Guidance is present but implicit, so it meets the minimum viable level.

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/Pantani/tdmcp'

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