cyberboss_food_mark
Remove food from inventory when consumed or discarded; keep it active when expired or spoiled to continue reminders.
Instructions
Mark a food item. If the food is physically gone, such as consumed, discarded, eaten, drunk, finished, or used up, remove it from inventory. If it still exists, including expired, overdue, spoiled, or still in the fridge, keep it active so reminders continue. Input: { id: string, status: string, notes?: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| notes | No | ||
| status | Yes | Gone statuses such as consumed/discarded/eaten/finished remove the item. Present statuses such as active/expired/overdue/spoiled keep it active. |