query_spending
Query total grocery spending by vendor, category, or date range to analyze spending patterns and view category or vendor breakdowns.
Instructions
Query total spending with optional filters.
Use this tool to analyze spending patterns. Supports filtering by:
vendor: Store name (e.g., "Trader Joes", "Costco")
category: Category name (e.g., "produce", "dairy")
start_date: Start of date range (ISO format, e.g., "2025-01-01")
end_date: End of date range (ISO format, e.g., "2025-01-31")
Returns total spending, item count, and breakdown by category or vendor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendor | No | ||
| category | No | ||
| end_date | No | ||
| start_date | No |