Skip to main content
Glama

Todoist MCP Server

by bkotos

get_task_comments

Retrieve structured JSON data of all comments for a specific Todoist task, including content, posted date, user ID, and attachments, by providing the task ID.

Instructions

Get all comments for a specific Todoist task. Returns structured JSON data with comment details including id, content, posted date, user ID, and any attachments.

Input Schema

NameRequiredDescriptionDefault
task_idYesThe ID of the task to get comments for

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The ID of the task to get comments for", "type": "string" } }, "required": [ "task_id" ], "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/bkotos/todoist-mcp'

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