consumption-history
Search consumption history for wines you have opened and drunk. Filter by wine name, color, or date range, and paginate through results.
Instructions
Search your consumption history — wines you've opened and drunk. Filter by wine name, color, or date range. Returns most recent consumptions first with tasting context, up to max_results per page (default 25) — pass offset to page through more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Filter by color (Red, White, Rosé) | |
| query | No | Wine name search term | |
| offset | No | Result offset for pagination (default 0) | |
| date_to | No | End date (YYYY-MM-DD) | |
| date_from | No | Start date (YYYY-MM-DD) | |
| max_results | No | Maximum results (default 25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| count | Yes | ||
| total | Yes | ||
| offset | Yes |