OAuth
✅ Google Tasks
Manage your task lists.
What you can do
- List your task lists and tasks
- Create, update, and complete tasks
- Sync tasks across devices via Google's API
Setup
agentio gtasks profile add
Command reference
-
agentio gtasks lists listList all task lists
--profile <name>--limit <n> -
agentio gtasks lists createCreate a new task list
--profile <name> -
agentio gtasks lists deleteDelete a task list
--profile <name> -
agentio gtasks listList tasks in a task list
--profile <name>--limit <n>--show-completed--no-show-completed--show-hidden--due-min <datetime>--due-max <datetime> -
agentio gtasks getGet a specific task
--profile <name> -
agentio gtasks addAdd a new task
--profile <name>--title <title>--notes <text>--due <date>--parent <task-id>--previous <task-id> -
agentio gtasks updateUpdate an existing task
--profile <name>--title <title>--notes <text>--due <date>--status <status> -
agentio gtasks doneMark a task as completed
--profile <name> -
agentio gtasks undoMark a task as needs action (not completed)
--profile <name> -
agentio gtasks deleteDelete a task
--profile <name> -
agentio gtasks clearClear all completed tasks from a task list
--profile <name> -
agentio gtasks moveMove a task (change parent or position)
--profile <name>--parent <task-id>--previous <task-id>
MCP tools
-
gtasks_lists_listList all task lists
-
gtasks_lists_createCreate a new task list
-
gtasks_lists_deleteDelete a task list
-
gtasks_listList tasks in a task list
-
gtasks_getGet a specific task
-
gtasks_addAdd a new task
-
gtasks_updateUpdate an existing task
-
gtasks_doneMark a task as completed
-
gtasks_undoMark a task as needs action (not completed)
-
gtasks_deleteDelete a task
-
gtasks_clearClear all completed tasks from a task list
-
gtasks_moveMove a task (change parent or position)
Related changelog entries
- feat add LLM-friendly examples to all gtasks commands 784c269