cellar-stats
Retrieve total bottles, value, and unique wine counts from your CellarTracker cellar, with optional breakdowns by color, country, region, varietal, location, bin, or category.
Instructions
Get cellar statistics: total bottles, value, unique wines, and optional breakdowns. Valid group_by options: color, country, region, varietal, location, bin, category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | Breakdown dimension |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| breakdown | No | ||
| avgPerWine | Yes | ||
| totalValue | Yes | ||
| uniqueWines | Yes | ||
| totalBottles | Yes |