Skip to main content
Glama

ticktick_filter_tasks

Filter tasks by keywords, tags, priority, or due dates within the TickTick MCP Server to streamline task management and improve productivity.

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" }

Other Tools

Related Tools

Latest Blog Posts

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