Skip to main content
Glama

Todoist MCP

by Doist

update-comment

Modify the content of an existing comment in Todoist by specifying the comment ID and updated text. Ideal for editing task or project remarks.

Instructions

Update a comment in Todoist

Input Schema

NameRequiredDescriptionDefault
commentIdYes
contentYes

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doist/todoist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server