google_tasks_update_task
Modify task details in Google Tasks, including title, notes, due date, status, or task list, by providing the task ID. Ensures accurate updates for task management.
Instructions
Update an existing task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
due | No | New due date in RFC 3339 format | |
notes | No | New notes or description for the task | |
status | No | New status for the task (needsAction or completed) | |
taskId | Yes | ID of the task to update | |
taskListId | No | ID of the task list the task belongs to (uses default if not specified) | |
title | No | New title for the task |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Google MCP
- google_calendar_create_event
- google_calendar_delete_event
- google_calendar_find_free_time
- google_calendar_get_event
- google_calendar_get_events
- google_calendar_list_calendars
- google_calendar_set_default
- google_calendar_update_event
- google_drive_create_file
- google_drive_delete_file
- google_drive_get_file_content
- google_drive_list_files
- google_drive_share_file
- google_drive_update_file
- google_gmail_delete_email
- google_gmail_draft_email
- google_gmail_get_email
- google_gmail_get_email_by_index
- google_gmail_list_emails
- google_gmail_list_labels
- google_gmail_modify_labels
- google_gmail_send_email
- google_tasks_complete_task
- google_tasks_create_task
- google_tasks_create_tasklist
- google_tasks_delete_task
- google_tasks_delete_tasklist
- google_tasks_get_task
- google_tasks_list_tasklists
- google_tasks_list_tasks
- google_tasks_set_default_list
- google_tasks_update_task
Related Tools
- @vakharwalad23/google-mcp
- @mstfe/mcp-google-tasks
- @vakharwalad23/google-mcp
- @milkosten/task-mcp-server
- @mstfe/mcp-google-tasks