Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_filter_tasks

Filter tasks by keywords, tags, priority, or due date ranges to streamline task management and improve productivity using the TickTick MCP Server integration.

Instructions

Filter tasks by various criteria

Input Schema

NameRequiredDescriptionDefault
due_afterNoTasks due after this date
due_beforeNoTasks due before this date
keywordsNoKeywords to search for in task titles/content
priorityNoFilter by priority level
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "properties": { "due_after": { "description": "Tasks due after this date", "type": "string" }, "due_before": { "description": "Tasks due before this date", "type": "string" }, "keywords": { "description": "Keywords to search for in task titles/content", "type": "string" }, "priority": { "description": "Filter by priority level", "type": "number" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" } }, "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