add_recipe
Save new or update existing recipes to enable meal planning and deal scoring. Returns confirmation with recipe name, complexity, cuisine, protein, and ingredient count.
Instructions
Add or update a recipe for meal planning and deal scoring. USE WHEN: saving a new recipe or updating an existing one. TIP: searchTerms defaults to [ingredient name] and category defaults to 'other' if omitted, reducing input friction. Overwrites existing recipe with same name. Returns confirmation with recipe name, complexity, cuisine, protein, and ingredient count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe name | |
| servings | No | Servings (default 4) | |
| complexity | Yes | quick (<30min), medium (30-60min), slow (60min+) | |
| cuisineType | Yes | e.g. asian, danish, italian, mexican | |
| ingredients | Yes | Ingredients | |
| proteinType | Yes | e.g. chicken, beef, pork, fish, vegetarian |