Google Tasks MCP Server

complete_task

Update task completion status in Google Tasks by toggling between 'needsAction' or 'completed' using the task ID for precise task management.

Instructions

Toggle the completion status of a task

Input Schema

NameRequiredDescriptionDefault
statusNoStatus of task, needsAction or completed
taskIdYesID of the task to toggle completion status

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "Status of task, needsAction or completed", "type": "string" }, "taskId": { "description": "ID of the task to toggle completion status", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from Google Tasks MCP Server

Related Tools

ID: dl82dtjqew