Google Tasks provides a simple to-do list and task management system integrated into Gmail and Google Calendar for quick and easy tracking
Permanently clears all completed tasks from a specified google tasks list; this action is destructive and idempotent.
Creates a new task list with the specified title.
Deletes a specified task from a given task list in google tasks.
Permanently deletes an existing google task list, identified by `tasklist id`, along with all its tasks; this operation is irreversible.
Use to retrieve a specific google task if its `task id` and parent `tasklist id` are known.
Retrieves a specific task list from the user's google tasks if the `tasklist id` exists for the authenticated user.