get_section_summaries
Batch-fetch summaries for multiple documentation sections in one API call, cutting token consumption and isolating per-section errors for reliable navigation.
Instructions
v1.48+ — batch version of get_section_summary. Resolve metadata for many ids in one call against a single index load. Per-id errors are reported in-line on the corresponding result entry rather than aborting the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| section_ids | Yes | List of section IDs to look up. Order preserved in response; each entry carries `requested_id` for correlation. |