AACFlow

Google Tasks

Manage Google Tasks

Usage Instructions

Integrate Google Tasks into your workflow. Create, read, update, delete, and list tasks and task lists.

Tools

google_tasks_create

Input

ParameterTypeRequiredDescription
taskListIdstringNoTask list ID (defaults to primary task list "@default")
titlestringYesNo description
notesstringNoNo description
duestringNoNo description
statusstringNoTask status: "needsAction" or "completed"
parentstringNoNo description
previousstringNoPrevious sibling task ID to position after. Omit to place first among siblings.

Output

ParameterTypeDescription
idstringTask ID
titlestringTask title
notesstringTask notes
statusstringTask status (needsAction or completed)
duestringDue date
updatedstringLast modification time
selfLinkstringURL for the task
webViewLinkstringLink to task in Google Tasks UI
parentstringParent task ID
positionstringPosition among sibling tasks
completedstringCompletion date
deletedbooleanWhether the task is deleted

google_tasks_list

Input

ParameterTypeRequiredDescription
taskListIdstringNoTask list ID (defaults to primary task list "@default")
maxResultsnumberNoNo description
pageTokenstringNoNo description
showCompletedbooleanNoNo description
showDeletedbooleanNoNo description
showHiddenbooleanNoNo description
dueMinstringNoNo description
dueMaxstringNoNo description
completedMinstringNoNo description
completedMaxstringNoNo description
updatedMinstringNoNo description

Output

ParameterTypeDescription
tasksarrayList of tasks
idstringTask identifier
titlestringTitle of the task
notesstringNotes/description for the task
statusstringTask status: "needsAction" or "completed"
duestringDue date (RFC 3339 timestamp)
completedstringCompletion date (RFC 3339 timestamp)
updatedstringLast modification time (RFC 3339 timestamp)
selfLinkstringURL pointing to this task
webViewLinkstringLink to task in Google Tasks UI
parentstringParent task identifier
positionstringPosition among sibling tasks (string-based ordering)
hiddenbooleanWhether the task is hidden
deletedbooleanWhether the task is deleted
linksarrayCollection of links associated with the task
typestringLink type (e.g., "email", "generic", "chat_message")
descriptionstringLink description
linkstringThe URL
nextPageTokenstringToken for retrieving the next page of results

google_tasks_get

Input

ParameterTypeRequiredDescription
taskListIdstringNoTask list ID (defaults to primary task list "@default")
taskIdstringYesNo description

Output

ParameterTypeDescription
idstringTask ID
titlestringTask title
notesstringTask notes
statusstringTask status (needsAction or completed)
duestringDue date
updatedstringLast modification time
selfLinkstringURL for the task
webViewLinkstringLink to task in Google Tasks UI
parentstringParent task ID
positionstringPosition among sibling tasks
completedstringCompletion date
deletedbooleanWhether the task is deleted

google_tasks_update

Input

ParameterTypeRequiredDescription
taskListIdstringNoTask list ID (defaults to primary task list "@default")
taskIdstringYesNo description
titlestringNoNo description
notesstringNoNo description
duestringNoNo description
statusstringNoNew status: "needsAction" or "completed"

Output

ParameterTypeDescription
idstringTask ID
titlestringTask title
notesstringTask notes
statusstringTask status (needsAction or completed)
duestringDue date
updatedstringLast modification time
selfLinkstringURL for the task
webViewLinkstringLink to task in Google Tasks UI
parentstringParent task ID
positionstringPosition among sibling tasks
completedstringCompletion date
deletedbooleanWhether the task is deleted

google_tasks_delete

Input

ParameterTypeRequiredDescription
taskListIdstringNoTask list ID (defaults to primary task list "@default")
taskIdstringYesNo description

Output

ParameterTypeDescription
taskIdstringDeleted task ID
deletedbooleanWhether deletion was successful

google_tasks_list_task_lists

Input

ParameterTypeRequiredDescription
maxResultsnumberNoNo description
pageTokenstringNoNo description

Output

ParameterTypeDescription
taskListsarrayList of task lists
idstringTask list identifier
titlestringTitle of the task list
updatedstringLast modification time (RFC 3339 timestamp)
selfLinkstringURL pointing to this task list
nextPageTokenstringToken for retrieving the next page of results

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started