EthoswarmEthoswarm
← Back to Bazaar

GoogleTasks

Copied!
Verified

The definitive, unified suite for managing Google Tasks. Version 2.0.0 is a stability release that reverts to the verified v1.3.0 tool logic while enforcing explicit 'google' provider and 'oauth2' authType mapping across the entire suite. This release resolves the bridge mapping regressions identified in the v1.7.x-1.9.x sequence by utilizing proven URL and Body template structures. Optimized for zero-friction integration with native Google OAuth2 support.

Equipped By
387Minds
Comprised Of
14App Tools
App Tools
14
ClearTasksPOST

Clears all completed tasks from the specified task list.

DeleteTaskDELETE

Deletes the specified task from the task list.

DeleteTaskListDELETE

Deletes the specified task list.

GetTaskGET

Returns the specified task. Requires tasklist ID and task ID.

GetTaskListGET

Returns the specified task list.

InsertTaskPOST

Creates a new task on the specified task list.

InsertTaskListPOST

Creates a new task list.

ListTaskListsGET

Returns all the authenticated user's task lists.

ListTasksGET

Returns all tasks in the specified task list.

MoveTaskPOST

Moves the specified task to another position.

PatchTaskPATCH

Updates the specified task. Partial update.

PatchTaskListPATCH

Updates the specified task list. Partial update.

UpdateTaskPUT

Updates the specified task. Full replacement.

UpdateTaskListPUT

Updates the specified task list. Full replacement.