Google Tasks MCP Server

delete_task

Delete a task from the default task list

Input Schema

NameRequiredDescriptionDefault
taskIdYesID of the task to delete

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "ID of the task to delete", "type": "string" } }, "required": [ "taskId" ], "type": "object" }