Ticktick MCP
未认领Enhance your TickTick workflow with MCP server. Better filtering interface
工具(32 个)
allDay
(boolean, optional): Set to True if the task spans the entire day.
child_task_id
(string): The ID of the task that will become the subtask.
completion_end_date
(string, optional): End date for completion date filter.
completion_start_date
(string, optional): Start date for completion date filter.
content
(string, optional): Additional details or notes for the task.
datetime_iso_string
(string): The date/time string in ISO 8601 format.
desc
(string, optional): Description for the task.
due_end_date
(string, optional): ISO format end date for due date filter.
due_start_date
(string, optional): ISO format start date for due date filter.
dueDate
(string, optional): Due date/time in ISO 8601 format.
filter_criteria
(object): Dictionary with filtering parameters such as:
items
(array of objects, optional): List of subtask dictionaries.
new_project_id
(string): The ID of the destination project.
obj_id
(string): The unique ID of the object to retrieve.
parent_task_id
(string): The ID of the task that will become the parent.
priority
(integer, optional): Task priority (0=None, 1=Low, 3=Medium, 5=High).
project_id
(string): The ID of the project.
projectId
(string, optional): ID of the project to add the task to.
reminders
(array of strings, optional): List of reminder triggers in RFC 5545 format.
repeat
(string, optional): Recurring rule in RFC 5545 format.
search
(string): The type of objects to retrieve (e.g., 'tasks', 'projects', 'tags').
sort_by_priority
(boolean, optional): Sort results by priority.
sortOrder
(integer, optional): Custom sort order value.
startDate
(string, optional): Start date/time in ISO 8601 format.
status
(string): Task status ('uncompleted' or 'completed').
tag_label
(string, optional): Tag name to filter tasks by.
task_id
(string): The ID of the task to mark as complete.
task_ids
(string or array of strings): A single task ID or list of task IDs to delete.
task_object
(object): A dictionary with task properties to update including the task id.
timeZone
(string, optional): IANA timezone name (e.g., 'Asia/Seoul').
title
(string): The title of the task. Required.
tz
(string, optional): Timezone for date interpretation.