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
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Similarity threshold (0-100). Tasks with similarity >= threshold are considered duplicates. Default: 80 | |
| project_id | No | Limit duplicate search to a specific project ID | |
| include_completed | No | Include completed tasks in the search. Default: false |