find_similar_notes
Find semantically similar notes to a given note ID, returning a list of relevant matches with an optional result limit.
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 |