Skip to main content
Glama

Draft recipe from tutorial

draft_recipe_from_tutorial
Read-only

Extract an operator chain from an embedded TouchDesigner tutorial and generate a RecipeSchema JSON draft without modifying any files or the TouchDesigner bridge.

Instructions

Read-only: extract a conservative operator chain from an embedded TouchDesigner tutorial and draft a RecipeSchema JSON without writing files or touching the TD bridge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptional recipe id override.
nameYesTutorial id or display name to draft from.
tagsNoExtra recipe tags to append.
familyNoOptional operator family/category constraint, e.g. TOP, CHOP, SOP, DAT.
strictNoReturn an isError result when no RecipeSchema-valid draft can be produced.
max_stepsNoMaximum operator references to keep from the tutorial.
difficultyNointermediate
descriptionNoOptional recipe description override.
recipe_nameNoOptional recipe display name override.
td_version_minNo2023
include_glsl_codeNoInclude a complete GLSL pixel-shader code block when a GLSL TOP tutorial provides one.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
validYes
recipeNo
tutorialYes
warningsYes
draftableYes
validationYes
chainReportNo
nextToolHintsYes
extractedOperatorsYes
unsupportedReasonsYes
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false. The description adds value by specifying 'conservative operator chain' and 'without writing files or touching the TD bridge', which reinforces non-destructive behavior and clarifies the output format. It does not detail error handling or limitations but is sufficient given the annotation coverage.

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, well-structured sentence that conveys the core purpose, constraints, and output without waste. Every part is essential.

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

Completeness3/5

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

The description covers the high-level function and output, but with 11 parameters and a complex input schema, it could mention key parameters like 'name' (tutorial identifier) or 'strict' (error behavior) to help agents. Since an output schema exists, the lack of return value description is acceptable. Overall adequate but not comprehensive.

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 82%, so the schema already documents most parameters. The tool description does not add parameter-specific meaning beyond the schema. Baseline of 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?

The description clearly states the verb ('extract and draft'), the resource ('operator chain from an embedded TouchDesigner tutorial', 'RecipeSchema JSON'), and includes constraints ('conservative', 'read-only', 'without writing files or touching the TD bridge'). It distinguishes itself from sibling tools like draft_recipe_from_operator_chain or draft_recipe_from_technique by specifying the source as a tutorial.

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 safe, read-only usage but does not explicitly state when to prefer this tool over alternatives like draft_recipe_from_operator_chain. No exclusions or when-not-to-use guidance is provided. The context is clear but not comparative.

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