similar
Find semantically similar items to a known task by its ID. Use to discover related tasks or identify duplicates.
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 |
|---|---|---|---|
| taskId | Yes | Id of the reference item to find neighbours for (from `find` results). | |
| limit | No | Maximum number of similar items to return. Default 5, hard cap 50. |