search_recipes
Search recipes using free text, filters for foods, keywords, rating, or recent additions. Returns compact results (ID, name, description) for fetching full details.
Instructions
Search recipes. Returns compact hits (id, name, description, keywords).
Use get_recipe with an id from the result to read steps and ingredients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | No | Only recently added recipes | |
| page | No | 1-based page number | |
| foods | No | Food ids; a recipe must contain all of them | |
| query | No | Free-text search over recipe names and content | |
| random | No | Randomise the result order | |
| keywords | No | Keyword ids; a recipe must carry all of them | |
| page_size | No | Hits per page; keep small | |
| rating_gte | No | Minimum rating, 1-5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |