get_context_guide
Retrieve a topical context guide with partial topic matching. Large guides return a chunked summary; specify a section slug for detailed content or 'all' for the full guide.
Instructions
Get a topical context guide. Topic supports partial matching (e.g., 'mesh' -> 'service-mesh'). Large guides default to a chunked summary (intro + TOC); pass section: "<slug>" for one section, section: "list" for TOC only, or section: "all" for full content. Use chunking to save tokens when you only need part of the guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic name or partial match | |
| section | No | Optional section slug, or 'list'/'all'. |