skylight_list_meals
Retrieve planned meals for any date range, showing daily meal sittings with recipe, meal category, and assigned family members.
Instructions
List planned meals (meal sittings) in a date range — what is on the meal plan for each day. Each sitting carries the dates it falls on in its instances array, its meal slot in meal_category (breakfast/lunch/dinner), its linked recipe in meal_recipe, and the family members it is assigned to in profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameId | No | ||
| date_max | Yes | YYYY-MM-DD inclusive upper bound (required by the API). | |
| date_min | Yes | YYYY-MM-DD inclusive lower bound (required by the API). |