Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_update_comment

Modify existing comments in Todoist by specifying their ID and providing updated content using the Enhanced Todoist MCP Server Extended integration.

Instructions

Update an existing comment by its ID

Input Schema

NameRequiredDescriptionDefault
commentIdYesThe ID of the comment to update
contentYesNew content/text for the comment

Input Schema (JSON Schema)

{ "properties": { "commentId": { "description": "The ID of the comment to update", "type": "string" }, "content": { "description": "New content/text for the comment", "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/kydycode/todoist-mcp-server-ext'

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