Todoist MCP

MIT License
126
5
  • Apple
  • Linux

add-comment-to-project

Add a comment to a specific project in Todoist using the Todoist MCP server for enhanced task management and communication.

Instructions

Add a comment to a project in Todoist

Input Schema

NameRequiredDescriptionDefault
contentYes
projectIdYes

Input Schema (JSON Schema)

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