create_mealplan
Schedule meals by adding entries to your meal plan. Supports recipe IDs or freeform text, with date and meal type.
Instructions
Create a meal-plan entry.
Supply either recipe_id (UUID) for a recipe entry, or title/text
for a freeform entry. entry_type is one of: breakfast, lunch, dinner, side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| entry_type | No | dinner | |
| title | No | ||
| text | No | ||
| recipe_id | No |