Skip to main content
Glama
shayonpal

mcp-todoist

todoist_tasks

Manage Todoist tasks with full CRUD operations - create, read, update, delete, complete, and query tasks using filters like priority, due dates, and labels.

Instructions

Comprehensive task management for Todoist - create, read, update, delete, and query tasks with full CRUD operations and batch support

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
assignee_idNoAssignee user ID
batch_commandsNoBatch commands (for batch action)
contentNoTask content/title
cursorNoPagination cursor for next page (for list)
deadlineNoTask completion deadline in YYYY-MM-DD format (e.g., 2025-10-15). When work must be done by, distinct from due_date (when work should start). Use null to remove deadline. Past dates allowed (triggers reminder). Recurring tasks trigger warning (deadline stays static).
descriptionNoTask description
due_dateNoDue date (YYYY-MM-DD)
due_datetimeNoDue datetime (ISO 8601)
due_stringNoNatural language due date
label_idNoFilter by label ID (for list)
labelsNoLabel names (not IDs) - e.g., ["Work", "Important"]. Get available label names from todoist_labels tool.
langNoLanguage code for query parsing (for list)
limitNoNumber of results per page, max 200 (for list)
parent_idNoParent task ID
priorityNoPriority (1-4)
project_idNoProject ID (for create/update/list actions). When listing tasks, use this to filter by project including Inbox. Get project IDs from todoist_projects tool.
queryNoFilter query string (for list). Examples: "today" (due today), "tomorrow", "p1" (priority 1), "p2" (priority 2), "overdue", "no date", "#ProjectName" (tasks in project), "@LabelName" (tasks with label), "p1 & today" (high priority + due today). For content search use "search:" prefix: "search: meeting" (tasks containing "meeting"), "search: email & today" (tasks with "email" due today). For Inbox tasks, use project_id parameter instead of query.
section_idNoSection ID
task_idNoTask ID (required for get/update/delete/complete/uncomplete)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'full CRUD operations and batch support' but lacks critical details like authentication requirements, rate limits, error handling, or what happens during deletions (e.g., permanent vs. reversible). For a complex 20-parameter tool with mutation capabilities, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core functionality. It wastes no words and directly communicates the tool's scope without unnecessary elaboration, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (20 parameters, no output schema, no annotations), the description is inadequate. It doesn't address behavioral aspects like mutation safety, response formats, or error conditions. For a comprehensive CRUD tool with batch operations, more context is needed to guide effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no additional parameter semantics beyond what's in the schema, such as explaining relationships between parameters or usage patterns. The baseline score of 3 reflects adequate but minimal value added by the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as 'Comprehensive task management for Todoist - create, read, update, delete, and query tasks with full CRUD operations and batch support.' It specifies the resource (Todoist tasks) and verbs (CRUD operations), but doesn't explicitly differentiate from sibling tools like todoist_comments or todoist_projects, which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like todoist_labels for label management or todoist_projects for project operations, nor does it specify prerequisites or contextual constraints for task management.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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