get_related_notes
Find notes related to a specific note using shared tags, links, and co-citation. Filter candidates by folder, tags, or frontmatter for targeted retrieval.
Instructions
Find the notes most related to a given note, ranked, without embeddings: a transparent blend of shared tags, direct links, shared out-links (co-reference), and shared backlinks (co-citation). Results are note headers with score and the reasons each surfaced. Use it for associative recall - 'I'm looking at X, what else is relevant?'. Narrow the scored candidate pool with folder/tags/where/match (match governs tags; where conditions all apply); the source note is never itself a candidate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path (.md optional) | |
| tags | No | Restrict candidates to notes carrying these tags (leading '#' optional). | |
| limit | No | Maximum number of related notes to return (default 100; 0 = unbounded) | |
| match | No | Semantics of tags: 'any' (default) or 'all'. | |
| where | No | Restrict candidates to notes whose frontmatter satisfies these conditions (query_notes syntax). | |
| folder | No | Restrict candidates to notes under this folder. | |
| offset | No | Rows to skip, for pagination (default 0). |