recipe_crud_suggest_recipes
Find recipe suggestions based on foods and tools you have on hand. Specify acceptable missing items, filters, and ordering to get relevant cooking options.
Instructions
Suggest Recipes [GET /api/recipes/suggestions]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| foods | No | ||
| limit | No | ||
| tools | No | ||
| orderBy | No | ||
| queryFilter | No | ||
| orderDirection | No | desc | |
| paginationSeed | No | ||
| maxMissingFoods | No | ||
| maxMissingTools | No | ||
| includeFoodsOnHand | No | ||
| includeToolsOnHand | No | ||
| orderByNullPosition | No |