Find Related Items
find_relatedGiven an item ID, retrieve semantically related content from notes, events, reminders, or emails, filtered by similarity threshold.
Instructions
Given a note, event, reminder, or email ID, find semantically related items a...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item ID (as stored in the vector index) | |
| limit | No | Max results (default 10) | |
| threshold | No | Minimum similarity (default 0.6) |