Todoist MCP

MIT License
126
5
  • Apple
  • Linux

reopen-task

Reopens a closed task in Todoist by specifying the task ID, allowing users to restore completed tasks for further updates or modifications.

Instructions

Reopens a previously closed (completed) 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