create_meal_plan
Create a meal plan entry for a specific date, specifying meal type and optional recipe or title.
Instructions
Create a meal plan entry. date is YYYY-MM-DD. entry_type is breakfast/lunch/dinner/side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| text | No | ||
| title | No | ||
| recipe_id | No | ||
| entry_type | No | dinner |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||