Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_recurring_tasks

Retrieve recurring tasks from TickTick based on project, frequency, and status filters to manage and organize tasks effectively using the TickTick MCP Server.

Instructions

List recurring tasks

Input Schema

NameRequiredDescriptionDefault
frequency_filterNoFilter by recurrence frequencyall
project_idNoFilter by project
statusNoFilter by recurrence statusactive

Input Schema (JSON Schema)

{ "properties": { "frequency_filter": { "default": "all", "description": "Filter by recurrence frequency", "enum": [ "all", "daily", "weekly", "monthly", "yearly" ], "type": "string" }, "project_id": { "description": "Filter by project", "type": "string" }, "status": { "default": "active", "description": "Filter by recurrence status", "enum": [ "active", "paused", "completed" ], "type": "string" } }, "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