Todoist MCP

MIT License
126
5
  • Apple
  • Linux

close-task

Mark a task as completed in Todoist by providing the task ID. Use this tool to efficiently manage and update your task status through the Todoist MCP server.

Instructions

Close (complete) a task in Todoist

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "type": "string" } }, "required": [ "taskId" ], "type": "object" }
ID: 2010u29g1w