Skip to main content
Glama

task_recipes

List pre-designed complex tasks such as replicating a website or running an SEO audit. Expand a recipe by ID to obtain a ready-to-run prompt with tools and estimated cost.

Instructions

Returns a menu of pre-designed complex tasks that ToolSnap makes easy (e.g. replicate a website as static HTML, run an SEO audit), each as a ready-to-run prompt that orchestrates the right ToolSnap tools end-to-end. Call with no arguments to list available recipes; call with recipe='' to get the full ready-to-paste prompt, the tools it uses and an estimated cost. Always returns immediately — has no side effects and costs nothing. Use this when the user asks for a whole task (migrate/clone a site, audit SEO) rather than a single operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipeNoThe recipe id to expand (e.g. 'replicate_website', 'seo_audit'). Omit to list the menu.
Behavior5/5

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

No annotations provided, but the description fully discloses behavior: 'Always returns immediately — has no side effects and costs nothing.' This covers safety and performance expectations comprehensively.

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 concise with three clear sentences: first states purpose, second explains usage patterns, third covers behavioral transparency. No redundancy.

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?

Given the tool's simplicity and lack of output schema, the description adequately explains return values (full prompt, tools, cost) and when to use it. No gaps remain.

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?

Schema coverage is 100% with a clear description for the single parameter. The description adds value by giving examples of recipe IDs ('replicate_website', 'seo_audit') and explaining the effect of omitting vs including the parameter.

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 it returns a menu of pre-designed complex tasks and distinguishes between listing recipes and retrieving a specific recipe. It differentiates from sibling tools like 'screenshot_url' or 'fetch_html' which are single operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use the tool ('when the user asks for a whole task') and provides two calling patterns: no arguments to list, or with 'recipe' parameter. No alternative tools mentioned, but context is clear.

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/icosaedro-git/toolsnap-mcp'

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