get_budget
Get a GnuCash budget's full details and amounts, compactly summarized by default or as full structured data with verbose mode.
Instructions
Get full details of a budget including all budget amounts.
Returns a compact text table by default — collapses uniform
periods (e.g., "250/mo (all periods)") so the typical
12-cell repeat doesn't dominate the response. Use verbose=true
for the full structured periods dict per account.
Args: name: Budget name. verbose: If true, return the full structured dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |