add_recipe
Add a recipe to your library by pasting or describing it; ingredients are automatically parsed for shopping list generation.
Instructions
Save one recipe to your library — the everyday way to seed it.
No file or special format needed: paste or describe a recipe and let Claude
fill these fields in. ingredients is a list of free-text lines
("1 cup flour", "2 cloves garlic", "salt to taste") — each is parsed into a
structured amount so it can feed the shopping-list math.
Set course ("Dinner", "Sauce", "Side", "Dessert", …) so the planner knows
whether this is a dinner anchor — you know a sauce from a main; pass it
along. Omit it and it's treated as a main.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| course | No | ||
| cuisine | No | ||
| servings | No | ||
| directions | No | ||
| ingredients | Yes | ||
| total_time_min | No |