Skip to main content
Glama
smeet666

mcp-pequerecetas

Read one taxonomy's recipes

browse_recipes
Read-onlyIdempotent

Browse recipes filtered by a taxonomy such as diet, age, or ingredient. Use the returned page_served and has_more fields to navigate paginated results.

Instructions

Browse the recipes a taxonomy holds, one page at a time. 'facet' is one of dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato, and 'value' is a slug from list_facets: the site writes its own slugs and answers one built by hand with a page it does not hold. Read 'page_served' rather than assuming the page asked for, and 'has_more' to know whether the site offers another. 'total_available' is null because the site prints no count on these pages. The taxonomies cannot be combined: this site offers no way to ask for two at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoWhich page to read. The first when left out.
facetYesThe taxonomy to browse: dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato.
valueYesA slug from list_facets, such as 'thermomix'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
facetYes
notesYes
valueYes
cachedYes
resultsYes
has_moreYesWhether the site's own pagination offers a page after this one.
page_servedYesThe page the site actually served.
result_countYes
total_availableYesAlways null: the site prints no count on these pages.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, but the description adds substantial behavioral detail: hand-built slugs return a page the taxonomy does not hold, 'page_served' must be trusted over the requested page, 'has_more' drives pagination, and 'total_available' is always null. This goes well beyond the annotations and significantly improves call correctness.

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 compact and front-loaded with the core purpose, then each subsequent sentence adds a distinct, useful caveat or behavior. There is no filler or redundant restatement of the tool name or title.

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 complexity and the presence of an output schema, the description covers all necessary call-related quirks: how to source valid slugs, what to trust in the response, why a count is missing, and the impossibility of combining taxonomies. The agent has enough context to invoke it correctly.

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%, so the baseline is 3. The description reinforces that 'value' must be a slug from list_facets and adds the caveat that made-up slugs receive an unexpected page, which adds meaning beyond the schema's simple examples. It does not add new information about the 'page' parameter beyond what the schema already states.

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 opens with 'Browse the recipes a taxonomy holds, one page at a time,' which is a specific verb and resource. It clearly conveys the paginated browsing scope, though it does not explicitly contrast with sibling tools like search_recipes or get_recipe, so it stops short of a 5.

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 gives clear operational context: 'value' must come from list_facets, the site writes its own slugs, and taxonomies cannot be combined. It does not explicitly state when to prefer this tool over its siblings, but the browsing-oriented language and pagination details imply the intended use case.

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

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/smeet666/mcp-pequerecetas'

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