get_orphan_sections
Identify documentation sections that receive no inbound references from any other document, helping find orphaned content that exists but is not linked to.
Instructions
v1.39+ — list sections whose doc_path receives zero inbound references from any other doc. Companion to get_broken_links and get_stale_pages: documentation that exists but nobody links to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (owner/repo or just repo name) | |
| include_same_doc | No | If true, count intra-document anchor links as inbound (e.g. a TOC at the top of a page). Default false — only cross-document references count. |