create_mealplan_rule
Define meal plan rules by specifying day, meal type, and filter criteria to automate meal assignments in Mealie.
Instructions
Create a meal-plan rule.
day is monday..sunday or "unset" (any day).
entry_type is breakfast/lunch/dinner/side.
query_filter_string is the Mealie filter DSL (e.g. tags.name = "quick").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | unset | |
| entry_type | No | dinner | |
| query_filter_string | No |