build_context
Traverse wikilinks from a given note to build a context graph of reachable pages, with optional depth control.
Instructions
Pages reachable from a page via body wikilinks (in+out edges).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path of the note to expand from. | |
| depth | No | Number of wikilink hops to traverse (in + out edges). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | Yes | ||
| start | Yes | ||
| context | Yes | ||
| manual_reindex_recommended | Yes |