cyberboss_food_add
Add food items to your inventory with automatic best-before estimates for unpackaged foods and storage clarification when needed.
Instructions
Add a food item to the standalone Cyberboss food inventory. Use explicit dates when the user provides them. For unpackaged foods, the tool estimates a suggested use-by date from conservative food rules. If storage is ambiguous, such as raw meat without fridge/freezer context, the tool asks for clarification instead of guessing. Input: { name: string, quantity?: string, storage?: string, category?: string, addedAt?: string, bestBeforeDate?: string, expiresAt?: string, expiresInDays?: number, notes?: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Food name, such as spinach, chicken breast, or frozen beef. | |
| notes | No | ||
| addedAt | No | Optional add time/date. Defaults to now. | |
| storage | No | Optional storage: fridge, freezer, pantry, cold storage, frozen, or room temperature. | |
| category | No | Optional rule category id when known. | |
| quantity | No | Optional natural-language amount. Discrete counts such as 4 bottles or 4瓶 create one inventory item per unit. | |
| expiresAt | No | Optional exact expiry datetime. | |
| expiresInDays | No | Optional number of days from addedAt. | |
| bestBeforeDate | No | Optional YYYY-MM-DD suggested use-by date. |