Todoist MCP

MIT License
126
5
  • Apple
  • Linux

delete-task

Remove a specific task from a Todoist project by providing its task ID using the Todoist MCP server.

Instructions

Delete a task from a project 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