read_finance_data
Retrieve categorized expense transactions from your local finance ledger. Filter by category or date range to review spending history.
Instructions
Read categorized expenses from the local finance ledger database.
This server is intentionally read-only by design (see README "Privacy model") — there is no corresponding write tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category name to filter to (case-insensitive, exact match — e.g. "Groceries"). A category with no matching rows returns an empty "transactions" list, not an error — this usually means a typo or a category that isn't in the ledger. Omit to include all categories. | |
| end_date | No | Last day to include, formatted YYYY-MM-DD. Defaults to today. | |
| start_date | No | First day to include, formatted YYYY-MM-DD. Defaults to 90 days before end_date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |