Skip to main content
Glama

Google Tasks MCP Server

update-task

Modify task details in Google Tasks, including title, notes, status, and due date, using the task list and task IDs for precise updates.

Instructions

Update an existing task

Input Schema

NameRequiredDescriptionDefault
dueNoDue date in RFC 3339 format (e.g., 2025-03-19T12:00:00Z)
notesNoNew notes for the task
statusNoStatus of the task
taskYesTask ID
tasklistYesTask list ID
titleNoNew title for the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "due": { "description": "Due date in RFC 3339 format (e.g., 2025-03-19T12:00:00Z)", "type": "string" }, "notes": { "description": "New notes for the task", "type": "string" }, "status": { "description": "Status of the task", "enum": [ "needsAction", "completed" ], "type": "string" }, "task": { "description": "Task ID", "type": "string" }, "tasklist": { "description": "Task list ID", "type": "string" }, "title": { "description": "New title for the task", "type": "string" } }, "required": [ "tasklist", "task" ], "type": "object" }

Other Tools from Google Tasks MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arpitbatra123/mcp-googletasks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server