add_planner_recipe
Add a recipe to a meal slot on the planner using recipe ID, date, and section (breakfast, lunch, dinner, snacks), with an optional frozen recipe ID.
Instructions
Add a recipe to a meal slot on the planner. Returns the newly created event (id, date, section, servings, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| section | Yes | ||
| frozen_id | No | Pass to schedule from a frozen recipe; null for "from frozen, no specific recipe". | |
| recipe_id | Yes |