get_section_excerpts
Batch-fetch multiple documentation section previews in one call, reducing token usage by loading a single index. Reports per-section errors inline and aggregates byte 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.
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. |