Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_user_settings

Update user preferences and account settings such as timezone, language, date format, theme, and task defaults within the TickTick MCP Server environment.

Instructions

Modify user preferences and account settings

Input Schema

NameRequiredDescriptionDefault
settingsYesSettings to update

Input Schema (JSON Schema)

{ "properties": { "settings": { "description": "Settings to update", "properties": { "auto_backup": { "description": "Enable automatic data backup", "type": "boolean" }, "date_format": { "description": "Preferred date format", "enum": [ "MM/DD/YYYY", "DD/MM/YYYY", "YYYY-MM-DD" ], "type": "string" }, "default_list": { "description": "Default project ID for new tasks", "type": "string" }, "language": { "description": "Interface language code (e.g., \"en\", \"es\", \"fr\")", "type": "string" }, "smart_add": { "description": "Enable smart task parsing", "type": "boolean" }, "start_of_week": { "description": "First day of week (0=Sunday, 1=Monday)", "maximum": 6, "minimum": 0, "type": "number" }, "theme": { "description": "UI theme preference", "enum": [ "light", "dark", "auto" ], "type": "string" }, "time_format": { "description": "Time format preference", "enum": [ "12h", "24h" ], "type": "string" }, "timezone": { "description": "User timezone (e.g., \"America/New_York\")", "type": "string" } }, "type": "object" } }, "required": [ "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