get_index_overview
Retrieve a high-level repository overview including document and section counts, total size, format breakdown, top tags and roles. Ideal for quickly assessing a repo's structure and content.
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. |