TickTick is a cross-platform task management and to-do list application designed to help users organize their tasks and schedules efficiently.
Tool to mark a task as complete. Use after confirming the task is done.
Tool to create a new project in TickTick. Use when you need to programmatically add a project after obtaining a valid access token.
Tool to create a new task in TickTick. Use after you have task details such as title, dates, and optional reminders or subtasks.
Tool to delete a specific project. Use when you have confirmed the project ID and intend to permanently remove it. Example: "Delete the project with ID 6226ff9877acee87727f6bca".
Tool to delete a specific task. Use when you need to remove a task from a project after confirming both project and task IDs.
Tool to retrieve a project and its associated data (tasks, columns). Use when you need full project details including its tasks and columns after selecting a project ID.