sync_status
Check file synchronization status and background operation progress to monitor indexing, updates, and identify any errors during project setup or ongoing processing.
Instructions
Check the status of file synchronization and background operations.
Use this tool to:
- Check if file sync is in progress or completed
- Get detailed sync progress information
- Understand if your files are fully indexed
- Get specific error details if sync operations failed
- Monitor initial project setup and legacy migration
This covers all sync operations including:
- Initial project setup and file indexing
- Legacy project migration to unified database
- Ongoing file monitoring and updates
- Background processing of knowledge graphs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | No |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Project"
}
},
"type": "object"
}