Return a note and its 1-hop graph neighborhood — outbound links +
backlinks + tag-cluster siblings in one call.
Designed as the canonical "give the LLM enough context to reason about
this note" call. Pre-fix, the agent had to chain 4 round-trips
(read_note → get_backlinks → get_outbound_links →
resolve_wikilink × N). This collapses them into one structured graph
view at the cost of a full vault scan.
Return a note and its 1-hop graph neighborhood — outbound links + backlinks + tag-cluster siblings in one call.
Designed as the canonical "give the LLM enough context to reason about this note" call. Pre-fix, the agent had to chain 4 round-trips (
read_note→get_backlinks→get_outbound_links→resolve_wikilink× N). This collapses them into one structured graph view at the cost of a full vault scan.