find_duplicate_tasks
Avoid duplicate tasks by comparing proposed content with existing open tasks using Jaccard similarity. Use this tool before creating a task to prevent redundant work.
Instructions
Check whether a proposed task is similar to existing open tasks (Jaccard similarity). Call this before create_task to avoid redundant work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Proposed task content to check | |
| threshold | No | Similarity threshold 0-1 (default 0.6) |