Skip to main content
Glama

Draft recipe from tutorial

draft_recipe_from_tutorial
Read-only

Extract a conservative operator chain from a TouchDesigner tutorial and draft a RecipeSchema JSON for reuse, without writing files or touching the TD 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 declare readOnlyHint=true and destructiveHint=false, but the description adds valuable context beyond that: 'without writing files or touching the TD bridge' and 'conservative operator chain'. These behavioral traits (in-memory draft only, no bridge interaction, conservative extraction) are not redundant with the annotations.

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, front-loaded sentence that conveys the purpose, constraints, and output without any filler. Every phrase adds information: 'Read-only', 'conservative operator chain', 'embedded tutorial', 'without writing files or touching the TD bridge'.

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?

For a tool with 11 parameters and an output schema, the description is sufficiently complete: it states what it does, the read-only nature, the source (tutorial), and the output format (RecipeSchema JSON). The output schema and annotations cover return values and safety, and the description adds the key limiting behaviors. No critical context is missing.

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 description does not add any additional parameter semantics beyond what is in the schema, but given the high coverage, the baseline score 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 states a specific verb ('extract', 'draft'), resource ('embedded TouchDesigner tutorial'), and output ('RecipeSchema JSON'), clearly distinguishing it from sibling tools like draft_recipe_from_operator_chain or draft_recipe_from_technique by the 'tutorial' source. The read-only modifier and 'without writing files or touching the TD bridge' further clarify the scope.

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 clearly implies when to use this tool: when you have an embedded tutorial and want to draft a recipe schema, emphasizing a conservative, read-only process. It does not explicitly name alternatives or exclusions, but the 'from tutorial' phrasing provides sufficient contextual guidance.

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