get_backlinks
Discover which published pages link to a specific URL path to analyze content relationships, assess impact of changes, or identify orphaned pages in LightCMS.
Instructions
Find all published pages that link to the given URL path. Links are tracked automatically whenever a page is published — both [[Wikilinks]] and ordinary links in content fields are indexed.
Use this to discover which pages reference a given page (wiki-style backlink graph), assess the impact of deleting or renaming a page, or find orphaned pages with no inbound links.
Example: {"path": "/about"} returns every published page whose content contains a link to /about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | URL path to find backlinks for (e.g. /about),required |