Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_get_comments

Retrieve comments for a specific task or project, including pagination support, to manage and review feedback efficiently within your Todoist workflow.

Instructions

Get comments for a task or project with pagination support

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page (optional)
limitNoMaximum number of comments to return (optional)
projectIdNoProject ID to get comments for (provide either taskId or projectId, not both)
taskIdNoTask ID to get comments for (provide either taskId or projectId, not both)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page (optional)", "type": "string" }, "limit": { "description": "Maximum number of comments to return (optional)", "type": "number" }, "projectId": { "description": "Project ID to get comments for (provide either taskId or projectId, not both)", "type": "string" }, "taskId": { "description": "Task ID to get comments for (provide either taskId or projectId, not both)", "type": "string" } }, "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