Skip to main content
Glama
greirson

Todoist MCP Server

todoist_completed_tasks_get

Retrieve completed tasks from Todoist with optional filters for project, date range, and pagination.

Instructions

Retrieve completed tasks from Todoist. Uses the Sync API to fetch tasks that have been marked as complete. Supports filtering by project, date range, and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoFilter completed tasks by project ID (optional)
sinceNoReturn tasks completed after this date/time. ISO 8601 format, e.g., '2024-01-01T00:00:00' (optional)
untilNoReturn tasks completed before or on this date/time. ISO 8601 format, e.g., '2024-01-31T23:59:59' (optional)
limitNoMaximum number of completed tasks to return (default: 30, max: 200)
offsetNoNumber of tasks to skip for pagination (optional)
annotate_notesNoInclude notes/comments with completed tasks (optional)
Behavior2/5

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

With no annotations, the description carries full burden but only mentions 'Uses the Sync API'. It does not disclose that the operation is read-only, required permissions, rate limits, or return format. This is insufficient for a read tool.

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?

Two concise sentences with no unnecessary words. All information is front-loaded and easy to parse.

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

Completeness3/5

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

The description covers purpose and basic filtering, but lacks details on return format, pagination defaults (max 200), error handling, and the fact that no output schema is provided. More context would be beneficial.

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 each parameter. The description briefly summarizes filtering by project, date range, and pagination, but adds no new meaning or context beyond the schema.

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

Purpose5/5

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

The description clearly states 'Retrieve completed tasks from Todoist' using a specific verb and resource. It also mentions use of the Sync API and filtering options, making the tool's purpose unambiguous.

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

Usage Guidelines3/5

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

The description lists filtering capabilities (by project, date range, pagination) which imply when to use the tool, but it does not explicitly state when not to use it or mention alternatives like todoist_task_get for active tasks.

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/greirson/mcp-todoist'

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