list_expenses
Retrieves all expenses within a specified date range (inclusive). For large result sets, shows first 50 inline and exports full data to CSV.
Instructions
List all expenses from the database within a date range (inclusive). If the list contains more than 50 items, it truncates the inline results to the first 50 and exports the full dataset to a downloadable CSV spreadsheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| start_date | Yes |