Skip to main content
Glama

Get TouchDesigner tutorial

get_tutorial
Read-only

Search embedded tutorial metadata and content, list available tutorials, or retrieve a specific tutorial by ID or name with its full content.

Instructions

Read-only: list embedded TouchDesigner tutorials, search tutorial metadata/content, or retrieve one tutorial by id/name with optional full content.

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.
include_contentNoWhen true, include full tutorial content in returned tutorial 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 opens with 'Read-only', aligning with annotations (readOnlyHint=true, destructiveHint=false). It adds context about the multiple operation modes beyond the annotation hints, though no additional behavioral traits like rate limits or auth are mentioned.

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 a single sentence that front-loads the important 'Read-only' qualifier and clearly enumerates three distinct operations. No extraneous words.

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 the presence of a full output schema and complete parameter descriptions, the description adequately covers the tool's functionality. It could be slightly more explicit about default behavior when no parameters are provided, but it's sufficient.

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 coverage is 100% with parameter descriptions. The description summarizes the parameter usage (list, search, retrieve, include content) but does not add new semantics beyond the schema; it reaffirms the documented 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 lists, searches, and retrieves TouchDesigner tutorials, using specific verbs and resource (tutorials). It distinguishes itself from siblings like search_operators or get_td_nodes by explicitly targeting tutorials.

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 explains the three modes (list, search, retrieve by id/name) and the optional full content. It implies usage for tutorial-specific operations, though it does not explicitly contrast with sibling tools or state when not to use it.

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