recipes_find_by_ingredient
Find recipes that use specific ingredients you have on hand. Great for reducing food waste and using up what's in your fridge or pantry. TRIGGERS:
'what can I make with X and Y', 'recipes with chicken and rice'
'I have X, what can I cook', 'use up my X'
'fridge clean out recipes', 'what to make with leftovers'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50, default 10) | |
| matchAll | No | If true, only return recipes containing ALL listed ingredients. If false (default), return recipes matching ANY ingredient. | |
| ingredients | Yes | Array of ingredients to search for (e.g. ['chicken', 'rice', 'garlic']) |