Analyze Budget Balance
analyze_budgetAnalyze budget balance and identify issues like overspending or missing savings to ensure proper Zero-Based Budgeting implementation.
Instructions
Analyzes whether a given budget is balanced (Income - Allocations = 0) and provides actionable feedback. Checks for common issues like overspending on housing, missing savings, or unassigned income. Use this when someone has a budget and wants to know if it follows ZBB principles correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_income | Yes | Monthly net income after taxes | |
| allocations | Yes | List of budget allocations with category name, amount, and type | |
| currency | No | Currency code (EUR, USD, GBP, etc.) | EUR |