A task management app to organize and manage tasks.
Tools and capabilities available for Any.do
Create a new task with a title, due date, priority, and optional notes
Parameters: title, dueDate, priority, note, listId
Retrieve all tasks, optionally filtered by status, priority, or date range
Parameters: status, priority, fromDate, toDate, listId
Retrieve all tasks that are due today
Parameters: includeCompleted
Retrieve all tasks that are overdue and not yet completed
Parameters: limit
Mark a task as completed
Parameters: taskId
Mark a completed task as incomplete
Parameters: taskId
Update an existing task's properties such as title, due date, priority, or notes
Parameters: taskId, title, dueDate, priority, note
Permanently delete a task
Parameters: taskId
Search for tasks by keyword in title or notes
Parameters: query, includeCompleted
Create a new task list or category
Parameters: name, color
Retrieve all task lists
Update the name or color of an existing list
Parameters: listId, name, color
Delete a task list and optionally all tasks within it
Parameters: listId, deleteTasks
Add a subtask to an existing task
Parameters: taskId, title
Retrieve detailed information about a specific task including subtasks and notes
Parameters: taskId
Set or update a reminder for a task
Parameters: taskId, reminderTime
Retrieve tasks due in the next specified number of days
Parameters: days, includeCompleted
Move a task from one list to another
Parameters: taskId, listId
Retrieve all high priority tasks or tasks of a specific priority level
Parameters: priority, includeCompleted
Create a copy of an existing task
Parameters: taskId, includeSubtasks
Have an idea for a tool that should be added? Describe it below and we'll add it for you.