Todoist MCP

MIT License
126
5
  • Apple
  • Linux

add-comment-to-task

Enable adding comments to specific tasks in Todoist. Specify the task ID and desired content to streamline task management and collaboration.

Instructions

Add a comment to a task in Todoist

Input Schema

NameRequiredDescriptionDefault
contentYes
taskIdYes

Input Schema (JSON Schema)

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