get_spending_by_category
Retrieve per-category spending for a month with budget vs actual comparison, sorted by highest spending.
Instructions
Get per-category spending breakdown for a month, with budget vs actual comparison.
Returns categories sorted by spending (highest first), grouped by category group, with budgeted, spent, balance, and percentage of total spending.
Args: plan_id: The plan ID (use list_plans to find available IDs) month: Month in YYYY-MM-DD format (first of month, e.g. '2026-03-01') or 'current'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | current | |
| plan_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |