Find recipes by ingredients on hand
find_recipes_by_ingredientsGiven ingredients someone has, rank the recipes at recipes-daily.com by how many of them each one uses and name what is missing from the rest. Matches by ingredient text, not identity — a near-miss on the name still counts, but two ingredients that are genuinely different words for the same thing (courgette/zucchini) may not. This is not a substitution finder: if nothing uses every ingredient given, the closest partial matches are still worth reading — deciding whether a missing ingredient can be swapped or skipped is the caller's call, not this tool's.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Recipes to return, ranked by coverage. | |
| ingredients | No | What is on hand, one ingredient per entry — e.g. ["broccoli", "chicken breast", "lemon"]. |