Get Context Bundle
get_context_bundleGiven a topic, retrieve the central note and its most relevant linked notes within a token budget, prioritizing by backlink count and recency 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). |