build_context
Expand a note by traversing inbound and outbound wikilinks to build a context graph of connected pages.
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 |
|---|---|---|---|
| start | Yes | ||
| depth | Yes | ||
| context | Yes | ||
| manual_reindex_recommended | Yes |