get_section_summaries
Efficiently retrieve summaries for many section IDs in a single API call, handling per-item errors inline without aborting the entire batch.
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. |