list_taxtables
List sales-tax tables from GnuCash books with rates and account routing. Fetch a single table by name, or page through all with offset and limit.
Instructions
List all sales-tax tables, or get one by name.
Leads with a Showing X-Y of Z taxtables line. Compact format
(default): one line per taxtable with name, entry count, and
per-entry rate→account routing. Page with offset; limit=0
returns the count only. Verbose: structured JSON with resolved account
paths and refcount.
Args: name: Tax table name for a single-table detail lookup (entries, rates, account routing, refcount). All other parameters are ignored. verbose: If false (default), compact text output — optimized for reading and token efficiency. If true, structured JSON, for when you need machine-readable fields rather than a report. 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 |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |