Find Orphan Notes
find_orphansIdentify disconnected notes in your Obsidian vault: fully isolated, lacking backlinks, or lacking outgoing links. Surface abandoned notes, missing hub pages, or archive candidates.
Instructions
Identify disconnected notes in the vault's link graph, classified into three groups: fully isolated (no links in or out), no-backlinks (nothing links to them), and no-outlinks (they link to nothing). Returns counts per category and an example list per category, capped by maxResults. Use to surface abandoned notes, missing hub pages, or candidates for archiving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeOutlinksCheck | No | If true (default), also report notes with no outgoing links; if false, only report fully-isolated notes and notes with no backlinks. | |
| maxResults | No | Maximum total note paths to list across all categories (1-5000, default: 200). Full counts are always reported regardless. |