Find Orphan Notes
find_orphansIdentify disconnected notes—fully isolated, lacking backlinks, or missing outlinks—to surface abandoned notes, missing hub pages, or archiving 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 |
|---|---|---|---|
| maxResults | No | Maximum total note paths to list across all categories (1-1000, default: 200). Full counts are always reported regardless. | |
| includeOutlinksCheck | No | If true (default), also report notes with no outgoing links; if false, only report fully-isolated notes and notes with no backlinks. |