Add to the meal plan
create_mealplan_entrySchedule a meal for a specific day by linking a stored recipe or adding a free-text title with an optional note.
Instructions
Puts a recipe or a free-text note on the meal plan for one day. Give either a recipe or a title, not both — Mealie stores a plan entry as one or the other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Day of the meal, YYYY-MM-DD | |
| text | No | Additional note shown under the title | |
| title | No | Free-text entry, for a meal that is not a stored recipe | |
| recipe | No | Recipe slug or UUID to plan | |
| entry_type | Yes | Which meal of the day this entry belongs to |