sync_transactions_tool
Pull recent transactions from Plaid into local cache using incremental sync with cursor tracking. Handles initial historical data retrieval when linking new accounts.
Instructions
Pull the latest transactions from Plaid into the local cache. Idempotent and incremental — uses cursors from the last sync.
Plaid's first sync after linking an institution runs asynchronously;
when wait_for_ready is True (default), this tool blocks briefly until
the historical pull reports HISTORICAL_UPDATE_COMPLETE. Returned
status field surfaces that state per item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_for_ready | No | ||
| wait_timeout_seconds | No |