Suggest recipes
suggest_recipesSuggest recipes you can cook using foods and tools already on hand in Mealie, ranked by fewest missing items.
Instructions
Suggests recipes that can be cooked from the foods and tools marked as "on hand" in Mealie, ranked by how little is missing. This only produces anything on an instance that actually maintains structured foods, units and an on-hand pantry — on a collection of plain text ingredients it returns nothing. Use search_recipes there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| foods | No | Food UUIDs to treat as available, from list_foods | |
| limit | No | Number of suggestions, default 10 | |
| tools | No | Tool UUIDs to treat as available, from list_organizers | |
| max_missing_foods | No | How many ingredients a suggestion may be missing, default 5 | |
| max_missing_tools | No |