get_summary
Summarize expenses, income, and net balance for a period, applying filters by month, dates, category, or type. Optionally break down totals by category for deeper insight.
Instructions
Get a summary of expenses, income, and net balance with flexible filtering and optional category breakdown.
month: Filter by month (YYYY-MM).
start_date: Filter starting from date (YYYY-MM-DD).
end_date: Filter ending at date (YYYY-MM-DD).
category_id: Optional integer category ID filter from list_categories.
type: Filter by transaction type ('expense' or 'income').
by_category: Set to True to include detailed category breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| month | No | ||
| end_date | No | ||
| start_date | No | ||
| by_category | No | ||
| category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |