Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_create_comment

Add detailed comments to Todoist tasks or projects, including optional file attachments, to enhance collaboration and task clarity. Specify task or project ID for precise placement.

Instructions

Create a new comment on a task or project

Input Schema

NameRequiredDescriptionDefault
attachmentNoOptional file attachment (optional)
contentYesThe content/text of the comment
projectIdNoProject ID to add comment to (provide either taskId or projectId, not both)
taskIdNoTask ID to add comment to (provide either taskId or projectId, not both)

Input Schema (JSON Schema)

{ "properties": { "attachment": { "description": "Optional file attachment (optional)", "properties": { "fileName": { "type": "string" }, "fileType": { "type": "string" }, "fileUrl": { "type": "string" }, "resourceType": { "type": "string" } }, "type": "object" }, "content": { "description": "The content/text of the comment", "type": "string" }, "projectId": { "description": "Project ID to add comment to (provide either taskId or projectId, not both)", "type": "string" }, "taskId": { "description": "Task ID to add comment to (provide either taskId or projectId, not both)", "type": "string" } }, "required": [ "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