get_upcoming_transactions
List scheduled transactions due within a date window to see upcoming bills, with pagination and optional structured JSON output.
Instructions
Get scheduled transactions due within a time window.
This is the "what bills are coming up?" query. Leads with a
Showing X-Y of Z upcoming transactions (date range) line,
soonest first. Page with offset; limit=0 returns the
count only.
Args: days: Look ahead window in days. Default 14. 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 |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |