get_section_summaries
Look up multiple documentation section summaries in a single call, reducing token usage and improving navigation precision. Errors for individual IDs are returned inline, preserving response order.
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. |