Google Tasks MCP Server

by mstfe

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

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/mstfe/mcp-google-tasks'

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