Skip to main content
Glama

mcp-todoist

todoist_comments

Manage comments on Todoist tasks and projects by creating, reading, updating, deleting, and listing comments with file attachment support and 15,000 character limit.

Instructions

Comment management for Todoist tasks and projects - create, read, update, delete comments with 15,000 character limit and file attachment support

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
attachmentNoFile attachment
comment_idNoComment ID (required for get/update/delete)
contentNoComment content (max 15,000 characters)
project_idNoProject ID (for create/list_by_project)
task_idNoTask ID (for create/list_by_task)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "create", "get", "update", "delete", "list_by_task", "list_by_project" ], "type": "string" }, "attachment": { "description": "File attachment", "properties": { "file_name": { "type": "string" }, "file_size": { "type": "number" }, "file_type": { "type": "string" }, "file_url": { "type": "string" }, "resource_type": { "type": "string" } }, "type": "object" }, "comment_id": { "description": "Comment ID (required for get/update/delete)", "type": "string" }, "content": { "description": "Comment content (max 15,000 characters)", "type": "string" }, "project_id": { "description": "Project ID (for create/list_by_project)", "type": "string" }, "task_id": { "description": "Task ID (for create/list_by_task)", "type": "string" } }, "required": [ "action" ], "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/shayonpal/mcp-todoist'

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