Skip to main content
Glama

Get TouchDesigner tutorial

get_tutorial
Read-only

List, search, and retrieve embedded TouchDesigner tutorials. Use optional content inclusion and section drill-down to read long tutorials efficiently.

Instructions

Read-only: list embedded TouchDesigner tutorials, search tutorial metadata/content, or retrieve one by id/name. With include_content, the content is capped (~30K chars) and comes with a sections_available list; pass a section title to drill into just that part instead of pulling the whole document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional tutorial id or name to retrieve.
limitNoMaximum tutorials to return for list and search modes.
queryNoOptional search text to match against embedded tutorial metadata and content.
sectionNoWith include_content, drill into one section by title (from sections_available) instead of the intro overview — the cheap way to read a long tutorial.
include_contentNoWhen true, include tutorial content (capped, with a sections_available list) in returned entries.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
nameNo
countYes
queryNo
tutorialNo
tutorialsNo
nextToolHintsYes
Behavior4/5

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

The description explicitly declares read-only behavior, matching the annotations, and adds valuable behavioral details: content cap (~30K chars), sections_available list, and section-based drilling. This goes beyond the annotation to set expectations for return content.

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 with no filler. The first sentence covers primary operations concisely; the second efficiently explains the include_content behavior and section guidance. Every word earns its place.

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?

For a read-only retrieval tool with a rich output schema, the description covers the main usage modes and the special content-handling behavior. The only minor gap is explicit differentiation from similar sibling tools, but the description is otherwise complete.

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?

While the schema already documents all 5 parameters, the description adds the relationship between include_content and section, explaining the content cap and sections_available list. This enhances understanding beyond the schema's individual parameter 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 three concrete actions (list, search, retrieve) with a specific resource (embedded TouchDesigner tutorials) and notes retrieval by id/name. This distinguishes it from generic doc retrieval tools like get_td_docs.

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?

It explains when to use list, search, or retrieve modes and gives guidance on using include_content with section to avoid pulling full documents. However, it does not explicitly compare against sibling tools like get_td_docs or search_touchdesigner_knowledge.

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/lucasmaher-hash/touch-designer-mcp'

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