List Firefly III Transactions
firefly_list_transactionsList and filter Firefly III transactions by type, date range, and page. Retrieve withdrawal, deposit, and transfer records to track spending patterns and review financial history.
Instructions
List transactions from Firefly III with optional filters.
Supports filtering by type (withdrawal, deposit, transfer), date range, and pagination. Returns a paginated list of transactions with key details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| page | No | Page number (1-based) | |
| type | No | Filter by transaction type | |
| start | No | Start date filter (YYYY-MM-DD) | |
| end | No | End date filter (YYYY-MM-DD) |