Skip to main content
Glama
greirson

Todoist MCP Server

todoist_duplicates_find

Find duplicate or similar tasks in Todoist by analyzing title content. Group tasks with high similarity, filter by project, and optionally include completed tasks.

Instructions

Find duplicate or similar tasks using content similarity analysis. Returns grouped tasks that have similar titles, sorted by similarity percentage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thresholdNoSimilarity threshold (0-100). Tasks with similarity >= threshold are considered duplicates. Default: 80
project_idNoLimit duplicate search to a specific project ID
include_completedNoInclude completed tasks in the search. Default: false
Behavior3/5

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

With no annotations provided, the description must disclose behavior. It states the analysis uses content similarity and returns grouped tasks sorted by percentage, which is transparent but lacks explicit mention of read-only nature or side effects. The 'find' verb suggests no modification, but it's not definitive.

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 two sentences, front-loads the purpose, and contains no unnecessary words or redundancy. Every word earns its place.

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

Completeness4/5

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

Given the low complexity (3 parameters, no required fields, no output schema) and 100% schema coverage, the description adequately explains the tool's core functionality. However, it lacks details on output structure (e.g., whether task IDs or full objects are returned) and pagination, which would improve completeness.

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?

The input schema has 100% coverage with descriptions for all 3 parameters. The description adds no additional meaning beyond what the schema already provides, so baseline score of 3 is appropriate.

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 finds duplicate or similar tasks using content similarity analysis, and returns grouped results sorted by similarity. It differentiates from siblings like todoist_duplicates_merge by focusing on finding rather than merging, though not explicitly.

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 implies when to use the tool (to identify duplicates), but provides no explicit guidance on when not to use it or how it relates to siblings like todoist_duplicates_merge or other task retrieval tools.

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