sync_transactions
Synchronize bank transactions from all or a specific institution. First run fetches historical data; later runs retrieve only new transactions, storing them for cash flow summaries.
Instructions
Cursor-based transaction sync. First run pulls historical; subsequent
runs pull only the delta. Stores raw transactions in SQLite. Use
rollup_month to write the Cash Flow.md monthly summary afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Initial-pull window hint (Plaid honors its own default). | |
| institution_alias | No | Empty string syncs all. Otherwise one specific bank. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||