Skip to main content
Glama

Google Tasks MCP Server

by mstfe

complete_task

Update the completion status of a Google Task by providing the task ID and setting it to 'needsAction' or 'completed' for 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" }

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