delete_task
Delete Task
Permanently delete a task from TickTick. Requires both the task ID and the project ID the task belongs to. This action cannot be undone.
delete_task
Permanently delete a task from TickTick. Requires both the task ID and the project ID the task belongs to. This action cannot be undone.
delete_project
Permanently delete a project and all its tasks from TickTick. This action cannot be undone.
complete_task
Mark a task as complete in TickTick. Requires both the task ID and the project ID the task belongs to.
get_project
Retrieve a project and optionally all its tasks and kanban columns. Use `includeTasks` to fetch the full project data with all associated tasks.
get_task
Retrieve a specific task by its ID from TickTick, including all details such as subtasks, reminders, tags, and completion status.
batch_tasks
Perform bulk task operations in a single API call. Supports creating, updating, and deleting multiple tasks simultaneously. All three operation types can be combined in one request.
update_task
Update an existing task in TickTick. Modify any combination of title, content, due dates, priority, tags, subtasks, recurrence, and reminders. Both the task ID and project ID are required.
create_task
Create a new task in TickTick. Tasks can include subtasks (checklist items), reminders, recurrence rules, due dates, tags, and priority levels. If no project is specified, the task is added to the inbox.
update_project
Update an existing project's properties in TickTick. Modify the name, color, view mode, or kind.
get_user
Retrieve the authenticated user's profile information from TickTick, including their user ID, name, and email.
create_project
Create a new project (task list) in TickTick. Projects can be configured with a color, view mode (list, kanban, or timeline), and kind (TASK or NOTE).
list_projects
List all projects (task lists) in the user's TickTick account. Returns project details including name, color, view mode, and permission level.
Create, read, update, complete, and delete tasks and subtasks. Manage projects (task lists) and organize tasks with due dates, priorities, tags, reminders, and recurrence rules. Perform batch operations to add, update, or delete multiple tasks at once. Retrieve project details with associated tasks and access user profile information.
Common questions about connecting Ticktick to AI agents with Metorial.