sync_meetings
Sync meeting data from Fellow API to local database for offline access and fast searches. Perform incremental updates or full re-syncs with optional transcript inclusion.
Instructions
Sync meetings from Fellow API to local database. By default does incremental sync (only new/updated since last sync). Use force=true for full re-sync.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If true, performs a full sync clearing and re-fetching all data. Default is false (incremental). | |
| include_transcripts | No | If true, also fetches and stores transcripts. This is slower but enables local transcript search. | |
| page_size | No | Number of items to fetch per page (1-50). Default is 50. Use smaller values if sync fails with 500 errors. |