context_pack
Need to answer a question from Obsidian notes? Get all relevant context in one call: ranked excerpts, neighbor note summaries, and follow-up paths, under a byte budget.
Instructions
Assemble everything needed to ANSWER a natural-language question in one call, under a strict byte budget (default 2048): ranked excerpts, linked neighbor notes (backlinks/outlinks) with one-line summaries, and follow-up source paths. Use search to locate notes and query_notes for metadata filters; use context_pack when you want answer-ready context without multiple round-trips. Empty excerpts with confidence "none" or "low" means the vault lacks coverage — do not infer content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language question or topic. | |
| budgetBytes | No | Hard cap on response JSON bytes (256–16384, default 2048). |