add_bottle
Add a batch of identical bottles to your drink inventory, setting the remaining percentage for each bottle. Track your stock accurately with details like brand, volume, and category.
Instructions
Add a row of identical bottles; remaining_percent applies to each bottle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | ||
| notes | No | ||
| country | No | ||
| variant | No | ||
| category | Yes | ||
| quantity | No | ||
| beverage_name | Yes | ||
| bottle_volume_ml | Yes | ||
| remaining_percent | Yes |