ck_sync_transactions
Automatically sync Credit Karma transactions into a local SQLite database, using incremental updates with a 30-day overlap. Handles login/MFA and resumes paused syncs.
Instructions
Sync Credit Karma transactions into the local SQLite database. Incremental by default (fetches since last sync + 30-day overlap for updates). If no valid token, initiates the login/MFA flow automatically. Bounded and resumable: when it pauses with more to fetch it returns another_run_needed:true and a note — run it again and it continues from where it stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_pages | No | Pages this call may fetch before pausing (a deep backfill is hundreds). Overrides CK_SYNC_MAX_PAGES. Omit both for an unbounded sync. | |
| force_full | No | If true, re-fetch all transactions from the beginning |