find_similar_notes
Find notes semantically similar to a given note. Provide a note ID to retrieve a list of related notes up to a specified 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 |