Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_reset_user_data

Reset or manage user data on the TickTick MCP Server with options for settings, cache, or specific data categories. Create backups, export data, or perform full resets using a confirmation code.

Instructions

Reset or manage user data with various options

Input Schema

NameRequiredDescriptionDefault
backup_before_resetNoCreate backup before performing reset
confirmation_codeNoRequired confirmation code for destructive operations
data_categoriesNoSpecific data categories to reset (for partial-data reset)
export_data_firstNoExport data before reset for user download
reset_typeYesType of reset to perform

Input Schema (JSON Schema)

{ "properties": { "backup_before_reset": { "default": true, "description": "Create backup before performing reset", "type": "boolean" }, "confirmation_code": { "description": "Required confirmation code for destructive operations", "type": "string" }, "data_categories": { "description": "Specific data categories to reset (for partial-data reset)", "items": { "enum": [ "tasks", "projects", "habits", "calendar", "tags", "templates", "analytics", "settings" ], "type": "string" }, "type": "array" }, "export_data_first": { "default": false, "description": "Export data before reset for user download", "type": "boolean" }, "reset_type": { "description": "Type of reset to perform", "enum": [ "settings-only", "cache-only", "partial-data", "full-reset" ], "type": "string" } }, "required": [ "reset_type" ], "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