cyberboss_food_update
Update food item details including dates, quantity, storage, category, notes, or status by ID.
Instructions
Update one food item by id. Use this to adjust dates, quantity, notes, storage, category, or status. Input: { id: string, name?: string, quantity?: string, storage?: string, category?: string, bestBeforeDate?: string, expiresAt?: string, notes?: string, status?: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| notes | No | ||
| status | No | ||
| storage | No | ||
| category | No | ||
| quantity | No | ||
| expiresAt | No | ||
| bestBeforeDate | No |