explore_recipes_suggest_recipes
Suggest recipes based on your available foods and kitchen tools. Filter by group, query, and ordering to find matching meals.
Instructions
Suggest Recipes [GET /api/explore/groups/{group_slug}/recipes/suggestions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| foods | No | ||
| limit | No | ||
| tools | No | ||
| orderBy | No | ||
| group_slug | Yes | ||
| queryFilter | No | ||
| orderDirection | No | desc | |
| paginationSeed | No | ||
| maxMissingFoods | No | ||
| maxMissingTools | No | ||
| includeFoodsOnHand | No | ||
| includeToolsOnHand | No | ||
| orderByNullPosition | No |