Overview
Integrate Google Tasks to manage task lists, create and organize tasks, set due dates, and clear completed items directly from CORE. Access 12 tools for comprehensive task management including list creation, task hierarchies, filtering, and status tracking without leaving your workspace.Setup Guide
Authentication Type: OAuth 2.0 (Google)
How to Connect
- Navigate to CORE Dashboard → Integrations
- Click on the Google Tasks card
- Click Connect to authorize CORE
- You’ll be redirected to Google to authorize the application
- Grant the required permissions
- You’ll be redirected back to CORE once connected
Use Cases
Action Use Cases
When you ask CORE to perform Google Tasks tasks, it uses MCP tools to execute your requests:Manage Task Lists
Manage Task Lists
Scenario: Create and organize multiple task lists for different projectsThe agent will use
create_task_list to create a new list, then create_task for each task with appropriate due dates.Create Task Hierarchies
Create Task Hierarchies
Scenario: Build and maintain task hierarchies with parent-child relationshipsThe agent will:
- Use
create_taskto create the parent task - Use
create_taskwith the parent parameter for each subtask - Use
move_taskto reorganize if needed
Track and Filter Tasks
Track and Filter Tasks
Scenario: Keep tasks organized with flexible filteringThe agent will use
list_task_lists to get all lists, then list_tasks with filtering parameters (showCompleted, dueMin, dueMax) to find matching tasks.Organize and Maintain Lists
Organize and Maintain Lists
Scenario: Maintain clean task lists by managing completed itemsThe agent will use
clear_completed_tasks to remove all completed items from the specified list in one operation.Update Task Status
Update Task Status
Scenario: Modify task details and status as work progressesThe agent will use
update_task to modify the task status, notes, and other details as needed.Proactive Use Cases
With webhooks enabled, CORE monitors Google Tasks 24/7 and acts automatically based on your instructions:Cross-Platform Task Sync
Cross-Platform Task Sync
Trigger: New task created in specific listAutomated Action: Sync to other task managersKeep task managers synchronized. CORE maintains consistency across all your productivity tools.
Completion Tracking
Completion Tracking
Trigger: Task marked as completedAutomated Action: Log and analyze productivityMeasure productivity automatically. CORE tracks completions and provides insights on your work patterns.
Deadline Reminders
Deadline Reminders
Trigger: Task due date approachingAutomated Action: Multi-channel remindersNever miss deadlines. CORE sends timely reminders across multiple channels to keep you on track.
Email-to-Task Conversion
Email-to-Task Conversion
Trigger: Email received with specific labelAutomated Action: Create task automaticallyConvert emails into actionable tasks. CORE bridges your inbox and task list automatically.
Recurring Task Management
Recurring Task Management
Trigger: Task completed with specific title patternAutomated Action: Create next instanceAutomate recurring tasks. CORE manages task recurrence based on completion patterns.
Meeting Task Extraction
Meeting Task Extraction
Trigger: Task created with meeting contextAutomated Action: Link to calendar and prepConnect tasks to meetings. CORE ensures action items are visible in calendar context.
Scopes
https://www.googleapis.com/auth/tasks- Read and write access to task lists and tasks
Available MCP Tools
The Google Tasks integration provides 12 tools for comprehensive task management:- Task List Management
- Task Operations
- Task Organization
| Tool Name | Description |
|---|---|
list_task_lists | Returns all of the authenticated user’s task lists with pagination support |
get_task_list | Returns the authenticated user’s specified task list with metadata |
create_task_list | Creates a new task list for the authenticated user |
update_task_list | Updates the authenticated user’s specified task list |
delete_task_list | Deletes the authenticated user’s specified task list |
Triggers
Google Tasks triggers enable CORE’s Meta Agent to wake up and act proactively when events are detected via scheduled polling.- Tasks
- Task Lists
| Event | Description |
|---|---|
GOOGLE_TASKS_TASK_CREATED | Triggered when a new task is created |
GOOGLE_TASKS_TASK_UPDATED | Triggered when a task is modified |
GOOGLE_TASKS_TASK_COMPLETED | Triggered when a task is marked as completed |
GOOGLE_TASKS_TASK_DELETED | Triggered when a task is deleted |
GOOGLE_TASKS_TASK_MOVED | Triggered when a task is moved to a different position or parent |
