find_backlinks
Locate all nodes that link to a target slug by scanning frontmatter arrays and wikilinks, enabling traversal from a node to its dependents.
Instructions
Return every node that points to the target slug. Scans both frontmatter array keys (capabilities / elements / dependencies / relates / contains / describes etc.) and the wikilinks / markdown links in the body. Used by AI agents to walk the graph from a node to its dependents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Target vault-relative slug (omit the .md extension). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| target | Yes | ||
| matches | Yes |