Todoist MCP

MIT License
126
5
  • Apple
  • Linux

delete-comment

Remove a specific comment from a Todoist task by providing the comment ID, enabling precise task management and organization.

Instructions

Delete a comment from a task in Todoist

Input Schema

NameRequiredDescriptionDefault
commentIdYes

Input Schema (JSON Schema)

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