get_most_connected_notes
Find the most connected notes in an Obsidian vault, ranked by link count, backlinks, or PageRank, to surface central content.
Instructions
Get the most connected notes by link count or PageRank. Requires OBSIDIAN_VAULT_PATH to be set for the targeted vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of notes to return (default: 10). | |
| metric | No | Metric to rank by (default: backlinks). | |
| vaultId | No | Optional vault ID (defaults to configured default vault). |