Search recipes
search_recipesSearch Marmiton for French recipes by dish or ingredient. Returns recipe IDs and URLs to retrieve full details.
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum recipes to return from this page of results. | |
| query | Yes | What to search for, in French, for example 'tarte aux pommes'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| query | Yes | ||
| source | Yes | ||
| results | Yes | ||
| result_count | Yes | ||
| total_available | Yes | Recipes on this page before applying 'limit'. |