Google Tasks
Productivity

Google Tasks Connector

Connect to Google Tasks to manage task lists and tasks.

$pip install "toolsconnector[gtasks]"
13
Actions
Productivity
Category
Free
Apache 2.0

All 13 Actions

Action Description Parameters Returns
clear_completed ⚠Clear completed tasks from a listtask_list_idNoneType
complete_task ⚠Complete a tasktask_list_id, task_idGoogleTask
create_task ⚠Create a new tasktask_list_id, title  [notes, due]GoogleTask
create_task_list ⚠Create a new task listtitleTaskList
delete_task ⚠Delete a tasktask_list_id, task_idNoneType
delete_task_list ⚠Delete a task listtask_list_idNoneType
get_taskGet a task by IDtask_list_id, task_idGoogleTask
get_task_listGet a task list by IDtask_list_idTaskList
list_task_listsList all task lists[limit, page_token]PaginatedList[TaskList]
list_tasksList tasks in a task listtask_list_id  [completed, due_min, due_max, show_hidden, page_token]PaginatedList[GoogleTask]
move_taskMove a tasktask_list_id, task_id  [parent, previous]GoogleTask
update_task ⚠Update a tasktask_list_id, task_id  [title, notes, status, due]GoogleTask
update_task_list ⚠Update a task list titletask_list_id, titleTaskList
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing