Get Context Bundle
get_context_bundleRetrieve a topic's central note and its most connected neighbors, prioritized by backlink count and recency, within a token budget for broad context.
Instructions
The killer feature: given a topic (note path/title/alias, or a search phrase), pack the center note plus its most relevant 1-hop neighbors (prioritized by backlink count, then recency) into a token budget. Prefer this over read_note when you want broad context on a topic rather than just one note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Note path/title/alias, or a search phrase if no exact note matches. | |
| tokenBudget | No | Approximate token budget (default 4000). |