get_index_overview
Retrieve a repository's documentation summary: document count, section count, total size, format breakdown, top tags, and top roles, all from a single API call.
Instructions
v1.56+ — single-call repo snapshot: doc_count, section_count, total_byte_size, format_breakdown, top_tags, top_roles, indexed_at. Composition of v1.46/v1.50/v1.55 aggregations. Use for 'what is this repo at a glance?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier | |
| top_n | No | Top-N tags and roles to surface. 0 omits both lists; full distributions still available via get_all_tags / get_all_roles. |