Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_pause_recurring_task

Pause a recurring task temporarily by specifying a resume date and optional reason. Automatically resumes the task on the chosen date for uninterrupted task management.

Instructions

Temporarily stop recurrence

Input Schema

NameRequiredDescriptionDefault
pause_reasonNoReason for pausing (optional)
resume_dateNoWhen to automatically resume (YYYY-MM-DD)
task_idYesID of recurring task to pause

Input Schema (JSON Schema)

{ "properties": { "pause_reason": { "description": "Reason for pausing (optional)", "type": "string" }, "resume_date": { "description": "When to automatically resume (YYYY-MM-DD)", "type": "string" }, "task_id": { "description": "ID of recurring task to pause", "type": "string" } }, "required": [ "task_id" ], "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