Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_sync_settings

Update and configure synchronization settings for TickTick MCP Server, including auto-sync frequency, WiFi-only sync, conflict resolution, data types, backup, and compression preferences.

Instructions

Configure synchronization behavior and preferences

Input Schema

NameRequiredDescriptionDefault
sync_settingsYesSync settings to update

Input Schema (JSON Schema)

{ "properties": { "sync_settings": { "description": "Sync settings to update", "properties": { "auto_sync": { "description": "Enable automatic synchronization", "type": "boolean" }, "backup_before_sync": { "description": "Create backup before major sync operations", "type": "boolean" }, "compression": { "description": "Compress data during sync to save bandwidth", "type": "boolean" }, "conflict_resolution": { "description": "How to handle sync conflicts", "enum": [ "server-wins", "client-wins", "merge", "prompt" ], "type": "string" }, "data_types": { "description": "Which data types to sync", "properties": { "attachments": { "type": "boolean" }, "calendar": { "type": "boolean" }, "habits": { "type": "boolean" }, "projects": { "type": "boolean" }, "settings": { "type": "boolean" }, "tasks": { "type": "boolean" } }, "type": "object" }, "sync_frequency": { "description": "How often to sync data", "enum": [ "real-time", "every-5min", "every-15min", "every-hour", "manual" ], "type": "string" }, "sync_on_wifi_only": { "description": "Only sync when connected to WiFi", "type": "boolean" } }, "type": "object" } }, "required": [ "sync_settings" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/liadgez/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server