You can wire the Google Tasks node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Tasks under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Tasks account when prompted; no keys to copy. NoClick requests the following permissions:https://www.googleapis.com/auth/tasks
Operations
Task
| Operation | ID | Description |
|---|---|---|
| Clear Completed Tasks | clear_completed_tasks | Clear all completed tasks |
| Create New Task | create_new_task | Create a new task |
| Delete Task from List | delete_task_from_list | Delete a task |
| Fetch Task from List | fetch_task_from_list | Get a specific task |
| List Tasks in List | list_tasks_in_list | List tasks in a task list |
| Move Task to Position | move_task_to_position | Move a task to a different position |
| Update Task in List | update_task_in_list | Update a task |
Task list
| Operation | ID | Description |
|---|---|---|
| Create New Task List | create_new_task_list | Create a new task list |
| Delete Task List | delete_task_list | Delete a task list |
| Fetch Task List | fetch_task_list | Get a specific task list |
| List All Task Lists | list_all_task_lists | List all task lists |
| Update Task List Metadata | update_task_list_metadata | Update a task list |