Skip to main content
Glama
starbuck93
by starbuck93

get_recipes

Find Tandoor recipes by name, food, keyword, or rating. Set query, food IDs, keyword IDs, minimum rating, and limit to narrow results.

Instructions

Search for recipes in Tandoor based on various criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
foodsNoArray of Food IDs (match ANY).
limitNoMax number of recipes to return (default: 10).
queryNoSearch term for recipe names.
ratingNoMinimum rating (0-5).
keywordsNoArray of Keyword IDs (match ANY).
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only says 'search... based on various criteria' without disclosing behavioral traits like read-only status, filtering semantics (match ANY), result limits, or pagination. The description adds minimal value beyond the name.

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 sentence, front-loaded with the action and resource. It wastes no words, though 'various criteria' is vague. Still, it's highly concise and easy to parse.

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?

With no output schema and no annotations, the description should clarify return values and usage context. It fails to explain what the search results look like, any default behavior, or how criteria combine. The tool has 5 optional parameters, so the description is insufficiently complete for an agent to fully understand the tool's behavior.

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's 'various criteria' is generic and adds no specific meaning beyond the schema, but the schema fully documents all parameters, so no compensation is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches for recipes in Tandoor, using verb 'search' and resource 'recipes'. It distinguishes from sibling get_recipe_details by implying list/search functionality rather than fetching a specific recipe's details, though it could be more explicit about the distinction.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like get_recipe_details. There's no mention of scenarios, prerequisites, or exclusions, leaving the agent to infer usage solely from the tool name.

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/starbuck93/tandoor-mcp-server'

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