get_transactions_tool
Retrieve transactions between specified dates, with optional filters for account, category, merchant, and amount. Uses cached Plaid data or live Teller API to return spending records.
Instructions
Query transactions between two dates. Dates are YYYY-MM-DD.
Plaid: reads from the local cache — run sync_transactions first. Teller: fetches live from Teller's API for the date range. Positive amounts = spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No | ||
| end_date | Yes | ||
| merchant | No | ||
| account_id | No | ||
| max_amount | No | ||
| min_amount | No | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |