describe_section
Retrieve metadata, breadcrumb, and neighbor sections for a documentation section in a single call, reducing API round trips.
Instructions
v1.54+ — consolidated handle bundle: full metadata + ancestor breadcrumb + prev/next/parent/first_child neighbors for one section in a single call. Saves three round-trips vs calling get_section_summary + get_section_path + section_neighbors separately. No content reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| section_id | Yes | Target section ID |