Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-comment

Retrieve specific comments from Todoist tasks or projects by providing a comment ID, enabling efficient review or analysis of task-related feedback.

Instructions

Get a comment from a task or project 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