Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-task-comments

Retrieve task comments from Todoist by specifying the task ID, enabling efficient task management and collaboration.

Instructions

Get comments from a task 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