list_taxtables
List all sales-tax tables in GnuCash, showing name, entry count, and rate-to-account routing. Supports pagination and a verbose JSON mode with resolved account paths.
Instructions
List all sales-tax tables.
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: full JSON with resolved account
paths and refcount.
Args: verbose: If true, return full JSON for each taxtable. 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 |