Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_recurring_task

Set up recurring tasks in TickTick by defining frequency, interval, and end conditions based on task ID, ensuring consistent task scheduling and productivity management.

Instructions

Configure task recurrence

Input Schema

NameRequiredDescriptionDefault
recurrence_patternYes
task_idYesID of task to make recurring

Input Schema (JSON Schema)

{ "properties": { "recurrence_pattern": { "properties": { "days_of_week": { "description": "Days of week (0=Sunday, 6=Saturday)", "items": { "maximum": 6, "minimum": 0, "type": "number" }, "type": "array" }, "end_condition": { "properties": { "count": { "type": "number" }, "end_date": { "type": "string" }, "type": { "enum": [ "never", "after_count", "on_date" ], "type": "string" } }, "type": "object" }, "frequency": { "description": "How often to repeat", "enum": [ "daily", "weekly", "monthly", "yearly" ], "type": "string" }, "interval": { "default": 1, "description": "Repeat every N frequency units", "type": "number" } }, "required": [ "frequency" ], "type": "object" }, "task_id": { "description": "ID of task to make recurring", "type": "string" } }, "required": [ "task_id", "recurrence_pattern" ], "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