Skip to main content
Server path: /google-task | Type: Application | PCID required: Yes Task lists and task management

Tools

ToolDescription
google-task_list_tasksList tasks from Google Tasks with optional pagination
google-task_get_taskRetrieve a specific task from Google Tasks by its ID
google-task_create_taskCreate a new task in Google Tasks
google-task_update_taskUpdate an existing task in Google Tasks
google-task_delete_taskDelete a task from Google Tasks
google-task_clear_tasksClear completed tasks from a Google Tasks list
google-task_search_tasksSearch for tasks in Google Tasks using a query string

google-task_list_tasks

List tasks from Google Tasks with optional pagination Parameters:
ParameterTypeRequiredDefaultDescription
taskListIdstringNoTask list ID to list tasks from
cursorstringNoCursor to paginate through tasks

google-task_get_task

Retrieve a specific task from Google Tasks by its ID Parameters:
ParameterTypeRequiredDefaultDescription
taskIdstringYesTask ID to retrieve
taskListIdstringNoTask list ID to retrieve the task from

google-task_create_task

Create a new task in Google Tasks Parameters:
ParameterTypeRequiredDefaultDescription
taskListIdstringNoTask list ID to create the task in
titlestringYesTitle of the task
notesstringNoNotes of the task
duestringNoDue date of the task. Accepts simple date (YYYY-MM-DD) or full ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)
statusstringNoStatus of the task

google-task_update_task

Update an existing task in Google Tasks Parameters:
ParameterTypeRequiredDefaultDescription
taskIdstringYesTask ID to update
taskListIdstringNoTask list ID to update the task in
titlestringNoTitle of the task
notesstringNoNotes of the task
duestringNoDue date of the task. Accepts simple date (YYYY-MM-DD) or full ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)
statusstringNoStatus of the task

google-task_delete_task

Delete a task from Google Tasks Parameters:
ParameterTypeRequiredDefaultDescription
taskIdstringYesTask ID to delete
taskListIdstringNoTask list ID to delete the task from

google-task_clear_tasks

Clear completed tasks from a Google Tasks list Parameters:
ParameterTypeRequiredDefaultDescription
taskListIdstringYesTask list ID to clear completed tasks from

google-task_search_tasks

Search for tasks in Google Tasks using a query string Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesQuery to search for tasks