Find Hub Notes
links.hubsFind notes with at least a specified number of outgoing links, revealing central hub notes, indexes, and maps of content in your Obsidian vault. Specify minimum outlinks to filter, or provide a vault path to target a specific vault.
Instructions
Return notes with at least minOutlinks outgoing links (default 10) — the vault's connective tissue / MOCs / indexes. Each result carries the path, title, outbound-link count, and inbound-link count. Read-only.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minOutlinks | No | Minimum outgoing-link count for a note to qualify as a hub. Default 10. | |
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | Number of items in `items`. | |
| items | Yes | List of result items; per-item shape depends on the tool. |