City budget by department or fund
get_city_budgetRetrieve Charlotte city budget totals by fiscal year, department, fund, or expense category to analyze municipal spending and funding allocations.
Instructions
City of Charlotte budget totals for a fiscal year by department, fund, or expense type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| group_by | No | department | |
| department | No | Optional filter, e.g. 'Police'. | |
| fiscal_year | No | e.g. 'FY2023'; defaults to the latest published. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| notes | Yes | ||
| group_by | Yes | ||
| fiscal_year | Yes | ||
| net_total_amount | Yes | Sum of all lines, including negative ones. | |
| department_filter | Yes | ||
| positive_total_amount | Yes | Sum of lines with positive amounts. | |
| available_fiscal_years | Yes |