find_similar_notes
Find notes semantically similar to a given note by providing its ID and optional limit. Get ranked related notes to uncover connections.
Instructions
Find notes semantically similar to the given note.
Args: note_id: Source note UUID string limit: Max results (default 5, max 100)
Returns: List of similar notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |