get_section_excerpts
Retrieve excerpts for multiple documentation sections in a single batch call, reducing token usage by loading the index once. Per-section errors are reported inline, and total byte savings are aggregated.
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 | |
| section_ids | Yes | List of section IDs. Order preserved; each entry carries `requested_id` for correlation. | |
| max_bytes | No | Per-section soft cap in UTF-8 bytes. |