Skip to main content
Glama

Scaffold recipe template

scaffold_recipe_template
Destructive

Generates a minimal valid recipe JSON template file, providing a schema-compliant starting point for building a new recipe. Fill in nodes and connections, then apply with apply_recipe.

Instructions

Write a minimal but valid recipe JSON template to disk as a starting point for a new recipe. Use it to bootstrap a hand-authored recipe that already passes RecipeSchema; fill in nodes/connections, then instantiate with apply_recipe. Writes a file (destructive).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
out_fileYes
overwriteNo
Behavior3/5

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

The description adds 'Writes a file (destructive)' which restates the destructiveHint annotation but adds that it writes a file to disk. It also notes the template is RecipeSchema-valid. However, it doesn't disclose what happens if the file already exists or how overwrite works.

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, front-loaded with the core action of writing a template file. Every sentence adds value, and there is no padding.

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

Completeness2/5

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

For a 4-parameter tool with no output schema and zero schema description coverage, the description is too thin. It omits parameter guidance, overwrite behavior, and only hints at the recipe format. The mention of apply_recipe is helpful but insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description carries the full burden for explaining parameters, but it names none of them. It does not explain id, name, out_file, or overwrite, leaving the agent to guess at their meaning from the schema alone.

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?

Clearly states the tool writes a minimal valid recipe JSON template to disk as a starting point. Distinguishes from similar scaffold tools by emphasizing hand-authored recipes, passing RecipeSchema, and the follow-up apply_recipe step.

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?

Provides clear usage context: use to bootstrap a hand-authored recipe that already passes RecipeSchema, then fill in nodes/connections and instantiate with apply_recipe. Does not explicitly mention when not to use or name alternatives like scaffold_recipe_from_network, but the hand-authored angle implies 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/lucasmaher-hash/touch-designer-mcp'

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