ofw_list_expenses
List OurFamilyWizard expenses with offset-paged results. Use start/max to control pages; response includes hasMore and nextStart to indicate remaining records.
Instructions
List OurFamilyWizard expenses. Offset-paged via start/max. The response leads with its paging state — hasMore and nextStart (null when the list is exhausted) — BEFORE the records, so a truncated or partially-read response still says whether more remain. Never state an expense total or an absence from one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max results (default 20) | |
| start | No | Start offset, 0-based (default 0). To continue a listing, pass the `nextStart` from the previous response. |