get_similar_notes
Find notes semantically related to a given note path, returning similarity scores and available blocks.
Instructions
Find notes semantically similar to a given note using embeddings. Returns paths, similarity scores, and available blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results, default 10 | |
| note_path | Yes | Path to the note (e.g., "Note.md" or "Folder/Note.md") | |
| threshold | No | Similarity threshold (0-1), default 0.5 |