Google Tasks for your agents.
Connect Google Tasks once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Tasks.
What agents can do with Google Tasks
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-tasks_list_task_listsCheck the connection and list all task lists (groups of tasks) on the account.
google-tasks_create_task_listCreate a new task list with the given title.
google-tasks_list_tasksList tasks in a task list. Use the task list id from list_task_lists. Set showCompleted to false to see only active tasks.
google-tasks_create_taskCreate a task in a task list. `title` is required. Optionally set `due` as RFC 3339 timestamp, `notes` for details.
google-tasks_update_taskUpdate a task's title, notes, or due date. Only include the fields you want to change.
google-tasks_get_task_listGet a specific task list by id.
google-tasks_update_task_listUpdate a task list's title.
google-tasks_delete_task_listDelete a task list and all its tasks.
google-tasks_get_taskGet a specific task by id.
google-tasks_delete_taskDelete a task by id.
google-tasks_move_taskMove a task to a different position or parent.
google-tasks_clear_tasksClear all completed tasks from a task list.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Tasks to Even: call connect_begin("google-tasks") on the even-connect MCP and walk me through it.
List all task lists, create new task list for project, and add tasks with due dates and descriptions.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.