find_similar_notes_tool
Find conceptually related notes in your vault before creating new ones, even when wording differs. Uses TF-IDF similarity to surface existing topics and help prevent duplicate notes under different vocabulary.
Instructions
Find conceptually related notes even when the wording differs — for duplicate prevention before creating a new note ("does this topic already exist under different vocabulary?"). Ranks by TF-IDF cosine similarity over the vault's own vocabulary (a lightweight heuristic, not a transformer embedding model — it catches shared distinctive words across differently-phrased notes, not pure synonym rewrites). exclude_path: skip a note (e.g. the one you're editing) from results. min_score: filters out noise-level matches (0-1, higher = stricter). data.items: [{path, score}], most similar first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| limit | No | ||
| vault | No | ||
| min_score | No | ||
| exclude_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||