get_section_excerpts
Batch-fetch concise previews of multiple documentation sections in one call, reducing token usage and letting agents scan content efficiently. Handles per-section errors inline with token savings.
Instructions
v1.49+ — batch counterpart to get_section_excerpt. Resolves N previews in one call against a single index load. Per-id errors reported in-line. _meta.tokens_saved aggregates byte savings across the batch. Previews are truncated by design; read full content with get_sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| max_bytes | No | Per-section soft cap in UTF-8 bytes. | |
| section_ids | Yes | List of section IDs. Order preserved; each entry carries `requested_id` for correlation. |