Check sync progress and database health.
The db_status tool reports the current state of your HubSpot data sync. Use it to monitor initialization progress or verify your database is ready for queries.
Set to true to restart sync from scratch
Server hasn't begun initialization
Export requests being sent to HubSpot
Quick preview loading (~1,000 deals)
Database synced and ready
When syncing:
{
"status": "syncing",
"syncProgress": "4/6 exports synced",
"hasToken": true,
"message": "Syncing HubSpot data... 4 of 6 exports complete."
}
When ready:
{
"status": "ready",
"syncProgress": "6/6 exports synced",
"hasToken": true,
"recordCounts": {
"contacts": 15420,
"companies": 3250,
"deals": 890
}
}
Check current status:
"What's the sync status?"
Force re-initialization:
"Re-sync my HubSpot data from scratch"