Connect Ticktick to your AI agent
TickTick is a cross-platform task management and to-do list application designed to help users organize their tasks and schedules efficiently.
We set up the connection using your own Ticktick account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.
What your agent can do in Ticktick
Each one is a real action the agent can take on its own, the same things a person clicking around Ticktick could do. Read-only by default; write actions are confirmed against your policy.
- Complete Task Marks a TickTick task as complete. Requires both the project_id and task_id, which can be obtained from TICKTICK_LIST_ALL_TASKS or TICKTICK_CREATE_TASK actions. This action is idempotent - completing an already-complete…
- Create Project Create a new project (list) in TickTick. Projects organize tasks and notes. Use this to set up a new project with optional customizations like color, view mode, and type. The created project's ID can be used with other…
- Create Task Tool to create a new task in TickTick. Use after you have task details such as title, dates, and optional reminders or subtasks.
- Create Task (Deprecated) DEPRECATED: Use TICKTICK_CREATE_TASK instead. Tool to create a new task in a specified project. Use when you need to create a task with required title and projectId, plus optional dates, priority, reminders, and subtask…
- Delete TickTick Project Permanently deletes a TickTick project by its ID. All tasks within the project will also be deleted. Note: This operation is idempotent - deleting a non-existent project ID returns success. Use TICKTICK_GET_USER_PROJECT…
- Delete Task Tool to permanently delete a specific task — irreversible, no recovery. Use when you need to remove a task from a project after confirming both project and task IDs. Returns an empty data object on success; check status…
- Get Project By ID Tool to retrieve a specific TickTick project by its unique ID. Use when you need detailed information about a particular project after obtaining its project ID.
- Get project with data Retrieve a project's associated data (incomplete tasks, columns). IMPORTANT: This endpoint only returns INCOMPLETE tasks. Completed tasks are automatically filtered out by the TickTick API. An empty tasks list means eit…
- Get Task By Project And ID Tool to retrieve a specific TickTick task by project ID and task ID. Use when you need detailed information about a particular task within a project.
- Get User Projects Retrieves all projects accessible to the authenticated user, including personal and shared projects. Use this tool to list available projects before creating tasks or to get project IDs for other operations. Returns pro…
- List All Tasks Tool to list all open/undone tasks across all user projects in one call. This is a composite operation that internally fetches all projects and aggregates their tasks. Use when you need a comprehensive view of pending w…
- Generate OAuth2 Authorization URL Tool to generate the TickTick OAuth2 authorization URL. Use to redirect the user to obtain the authorization code (step 1). Re-run this tool if downstream TickTick calls return HTTP 401 (expired/invalid token) to obtain…
- Update Project Tool to update an existing project. Use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project ID.
- Update Task Tool to update an existing task. Use after confirming the taskId and projectId. Omitting optional fields resets them to null — include all existing field values in every payload. Cannot move a task to a different projec…
How we connect it
- 1
Connect your account
You log in with your own Ticktick account. We never see your password, and you can revoke access from Ticktick at any time.
- 2
Set the guardrails
Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.
- 3
We keep it running
Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.
FAQ
Ticktick questions, answered.
Ready to put Ticktick to work?
Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.
All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by Ticktick.