Skip to main content
Glama
smeet666

mcp-marmiton

Search recipes

search_recipes
Read-onlyIdempotent

Search French recipes on Marmiton by dish, ingredient, or both. Get one page of candidate results with IDs and URLs for retrieval.

Instructions

Search Marmiton for recipes by free text: a dish, an ingredient, or both, for example 'tarte aux pommes' or 'poulet curry coco'. Marmiton is a French site, so French terms work best. Returns candidate recipes with the id and URL needed to read one with get_recipe. One call returns one page of results. Marmiton's robots.txt disallows paginating search results, so this server does not, and there is no page parameter: narrow the query instead of asking for more pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum recipes to return from this page of results.
queryYesWhat to search for, in French, for example 'tarte aux pommes'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
queryYes
sourceYes
resultsYes
result_countYes
total_availableYesRecipes on this page before applying 'limit'.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, and the description does not contradict them. It adds valuable context about the one-page result and robots.txt restriction, plus the return of ids and URLs, enriching the behavioral picture beyond the annotations.

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 and well-structured, with each sentence serving a distinct purpose: purpose, examples, result guidance, and pagination constraint. There is no redundancy or fluff.

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 the presence of an output schema, the description covers all necessary aspects: search intent, language considerations, result format, and pagination constraints. It is complete for an agent to understand and use the tool effectively.

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?

The schema fully describes both parameters, but the description enriches the query parameter with examples and language guidance (e.g., French terms work best). It also clarifies the limit's role by explaining the lack of pagination, adding meaning beyond the schema.

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 the tool searches recipes on Marmiton by free text with a specific verb and resource. It distinguishes from sibling tools by mentioning it returns IDs and URLs used by get_recipe, making its role as the search entry point explicit.

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 provides clear context that Marmiton is a French site and advises using French terms. It explicitly explains the single-page limitation and advises narrowing queries instead of expecting pagination, effectively covering when and how to use the tool, though it does not explicitly state when not to use 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/smeet666/mcp-marmiton'

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