get_upcoming_transactions
Find out what bills are coming up by listing scheduled transactions due within a set number of days. Supports pagination, detailed output, and count-only.
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 true, return full JSON with splits. Default compact one-line format. 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 |