list_billterms
List billing terms from GnuCash with pagination for large sets, and optional verbose JSON when structured data is needed.
Instructions
List all billing terms.
Leads with a Showing X-Y of Z billterms line, then a compact
one-line-per-term format by default. Page with offset;
limit=0 returns the count only. Use verbose=true for full
JSON with guid, discount details, etc.
Args: 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 |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |