Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
repoYesRepository identifier
top_nNoTop-N tags and roles to surface. 0 omits both lists; full distributions still available via get_all_tags / get_all_roles.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries the burden. It discloses that the tool is a composition of multiple aggregations (v1.46/v1.50/v1.55), giving insight into the data assembly. However, it doesn't explicitly state that it's read-only or mention authentication or rate limits. Still, it reveals the computational nature and scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with no unnecessary words. It front-loads the key information (version, purpose, output fields) and then provides a usage hint. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 2 parameters, no output schema, and no annotations. The description explains the return values and parameter behavior but lacks details on output format (e.g., JSON structure) and error conditions. It adequately covers the snapshot purpose but could be more comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions. The description adds value beyond the schema by explaining that top_n=0 omits both lists and points to alternative tools for full distributions. This enriches understanding of parameter behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool's function: 'single-call repo snapshot' with specific metrics (doc_count, section_count, etc.). It distinguishes from sibling tools like get_all_tags/get_all_roles by noting that full distributions are available separately. The phrase 'what is this repo at a glance?' provides a concise purpose statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use for 'what is this repo at a glance?'' and mentions that for full distributions, use get_all_tags / get_all_roles. It also explains that top_n=0 omits lists, guiding appropriate usage. This provides clear when-to-use and alternative context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jgravelle/jdocmunch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server