Get Summary for Date Range
ogarniai_get_summary_by_periodGet a spending summary for any custom date range, broken down by day, week, or month, with category totals.
Instructions
Get a spending summary for a custom date range with configurable granularity.
Args:
startDate (string): Start date (ISO 8601, e.g. "2024-01-01")
endDate (string): End date (ISO 8601, e.g. "2024-01-31")
granularity (string, optional): Time granularity - "Day" (default), "Week", or "Month"
Returns: JSON with periodStart, periodEnd, totalAmount, dailySummaries[], categoryTotals[], detailedCategoryTotals[]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date (ISO 8601, e.g. 2024-01-31) | |
| startDate | Yes | Start date (ISO 8601, e.g. 2024-01-01) | |
| granularity | No | Time granularity for breakdown | Day |