set_connected_project_sync_mode
Change a connected project's continuous-sync mode to automatic, manual, paused, or archived. Confirm the new mode with the user before applying.
Instructions
Change a connected project's continuous-sync mode. AUTOMATIC syncs every push (and requires a Supabase backend), MANUAL syncs only when trigger_sync is called, PAUSED ignores pushes, and ARCHIVED stops syncing. IMPORTANT: Confirm the new mode with the user before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Connected project ID | |
| syncMode | Yes | New continuous-sync mode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |