add_recipes_to_meal_plan
Add one or more Cookidoo recipes to a specific meal-plan day by supplying their IDs, with optional dry-run preview. The updated day is returned after Cookidoo confirms the change.
Instructions
Add one or more recipes to a Cookidoo meal-plan day.
Mixed official IDs (for example r460132) and custom recipe ULIDs are supported when recipe_source is auto. Separate IDs with commas, spaces, or newlines. The updated day is returned after Cookidoo confirms the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Target day in YYYY-MM-DD format. | |
| dry_run | No | Validate and preview the exact calendar change without sending it to Cookidoo. | |
| recipe_ids | Yes | One or more Cookidoo recipe IDs. | |
| recipe_source | No | auto, official, or custom. | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |