Budget Get Budget
budget_get_budgetRetrieve your budget for a specified month. Supports summary, full, or raw data output with optional field selection.
Instructions
Get budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No |