manage_sync
Manage sync for the current place: view status, change history, and sync directions; read and write synced files; monitor real-time progress and bandwidth.
Instructions
[PRO] Project sync management: status, history, direction settings, read/write synced files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | [PRO] Sync action. status_current_place: get sync status for the current connected place. history: get change history. directions: get per-type sync directions. read_file: read a synced file. write_file: write to a synced file. progress: get real-time sync progress and bandwidth. | |
| placeId | No | Place ID for sync operations. Used by: history, directions, read_file, write_file. | |
| instancePath | No | Instance path for file read/write. Used by: read_file, write_file. | |
| content | No | File content to write. Used by: write_file. | |
| query | No | Query parameters for history. Used by: history. |