Skip to main content
Glama

Search raw recipes

search_recipes

Find raw / no-cook vegan recipes on Heathy by free text, health goal, category, ingredient, time or allergen. Every recipe is original and its per-serving nutrition is computed from the same food rows lookup_food returns, so figures are checkable rather than asserted. Returns ranked summaries — call get_recipe with a slug for ingredients, method and full nutrition. For "what should I eat for X" questions, prefer health_topic first: it says what the evidence actually supports for a goal or a named condition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoRestrict to recipes carrying this health goal.
limitNoMax results, 1–50. Default 10.
queryNoFree text over name, description and tags — e.g. "dragon fruit", "breakfast".
categoryNoRestrict to one recipe category.
max_timeNoMaximum total time in minutes.
ingredientNoFood slug or name that must appear in the ingredients — e.g. "pitaya-raw".
exclude_allergensNoDrop recipes containing any of these allergens — e.g. ["tree-nuts","sesame"].
Behavior4/5

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

There are no annotations, so the description carries the behavioral burden. It discloses that recipes are original, that nutrition figures derive from the same food rows lookup_food returns and are therefore checkable, and that results are ranked summaries rather than full recipes. It doesn't specify ranking order or pagination, but the key consumer expectations are stated.

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 front-loaded with the core purpose and every sentence earns its place: search scope, data provenance, result granularity/next step, and alternative routing. It is dense but not bloated, and the most important operational information comes first.

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 read tool with 7 optional parameters, no annotations, and no output schema, the description is largely complete: it defines the object type, explains result granularity, points to get_recipe for details, and warns when health_topic is more appropriate. A small gap is that 'ranked summaries' doesn't convey exactly what fields appear or how ranking is determined, but this is not fatal given the follow-up pointer.

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 100%, so the baseline is 3. The description enumerates the facets ('free text, health goal, category, ingredient, time or allergen') that map to query, goal, category, ingredient, max_time, and exclude_allergens, but it adds no constraints, formats, or meaning beyond what the schema already provides. The schema's examples are richer than the description on parameter usage.

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 uses a specific verb ('Find') and resource ('raw / no-cook vegan recipes'), and clearly identifies the search facets: free text, health goal, category, ingredient, time, and allergen. It also contrasts itself with get_recipe (summaries vs full details) and health_topic, making sibling differentiation explicit.

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?

It gives explicit routing guidance: for 'what should I eat for X' questions, prefer health_topic first; for full recipe details, call get_recipe with a slug. This is clear when-to-use and alternative guidance, not just implied context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.