cyberboss_food_check_expiry
Check which food items are due, expired, or upcoming, with reminders that respect your work cycle to avoid waste.
Instructions
Check which food reminders are due, expired, or upcoming. Reminder timing respects the saved work cycle, so foods expiring during a 48-hour away window are surfaced before departure. Once an item is due, it remains due on every daily check through expiry and afterward until it is physically gone and removed; remind the user once per calendar day. Input: { now?: string, includeAll?: boolean, workCycle?: {}, policy?: {} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| now | No | Optional current datetime for checks. | |
| policy | No | Optional reminder policy override. | |
| workCycle | No | Optional override work cycle. | |
| includeAll | No | Include closed items. |