list_budgets
List all budgets in your GnuCash book with pagination, summary counts, and optional full JSON output.
Instructions
List all budgets in the book.
Leads with a Showing X-Y of Z budgets line, then a compact
one-line-per-budget format by default. Page with offset;
limit=0 returns the count only. Use verbose=true for the full
JSON envelope.
Args: verbose: If true, return the full JSON envelope. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |