sync_saved_posts
Sync saved Substack posts to a local SQLite cache, offering incremental or full resync to ensure offline access is up to date.
Instructions
Trigger incremental or full resync of saved posts from Substack account into local SQLite cache.
Requires an active authenticated Substack session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | Yes | ||
| sync_mode | No | incremental | |
| started_at | Yes | ||
| completed_at | No | ||
| error_message | No | ||
| fetched_count | No | ||
| upserted_count | No | ||
| reconciled_count | No |