rank_notes
Rank notes by influence (hub importance) or bridging (connector importance) to find key nodes in your knowledge graph, with filters for credibility and theme.
Instructions
Rank notes by importance: 'influence' (densely-connected hubs), 'bridging' (notes that connect otherwise-separate topic clusters), or both. Credibility guards (I): by default, influence excludes notes with fewer than minIncomingLinks: 2 incoming edges — this filters out random-orphan noise that makes PageRank feel meaningless on personal vaults. Pass minIncomingLinks: 0 to see the unfiltered ranking. Bridging scores are normalized by graph size (divided by n*(n-1)/2) so values compare across vaults of different sizes — a bridging score of 0.5 means the same thing in any vault. Broken-wikilink stub targets are excluded by default; pass includeStubs: true to include them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | No | Ranking metric. Default `"both"`. `"influence"` = PageRank; `"bridging"` = betweenness centrality. | |
| limit | No | Max results to return. Default 20. | |
| themeId | No | Restrict ranking to members of one theme cluster. | |
| includeStubs | No | Default `false`. Set `true` to include unresolved wiki-link target stubs (`frontmatter._stub: true`) in the ranked set. With stubs in, popular link targets dominate eigenvector-style centrality even when they have no real content behind them. | |
| minIncomingLinks | No | Minimum incoming links for influence ranking. Default 2. Pass 0 to see unfiltered PageRank. |