similar
Find items semantically similar to a known task ID to surface related notes or detect duplicates. Returns a ranked list of matches from embedding-enabled adapters.
Instructions
Read-only. Find items semantically similar to a KNOWN item, given its id (not a text query — for text search use find). Useful for "show me related notes to this one" or dedupe. Requires an embedder-backed adapter (e.g. TickTick); returns a clear error on adapters without embeddings. Returns an array of items ranked by similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of similar items to return. Default 5, hard cap 50. | |
| taskId | Yes | Id of the reference item to find neighbours for (from `find` results). |