Skip to main content
Glama

get_index

Retrieves the specs/INDEX.md rollup for a GitHub repo to answer cross-feature questions about blockers, shipped status, and overall project status. Use it as the first step before drilling into specific features.

Instructions

Call this first for any cross-feature question about a project (what is blocked, what shipped, status overview). Returns the raw markdown of specs/INDEX.md for the chosen repository. specs/INDEX.md is a derived rollup, not authoritative on its own — for detail on a specific feature, follow up with get_feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoGitHub repository in "owner/name" form. Optional if the MCP client config sets GITHUB_REPO; required otherwise.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that specs/INDEX.md is a derived rollup and not authoritative on its own, which is an important behavioral trait. It also clarifies the raw markdown format. However, it does not mention potential staleness or error behavior, which would add further transparency.

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 four sentences, each earning its place: usage guidance, core function, a caveat about authority, and a pointer to the sibling tool. No redundancy, well-organized.

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

Completeness5/5

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

For a simple tool with one optional parameter and no output schema, the description covers purpose, usage, limitations (derived rollup), and follow-up actions. It fully equips the agent to decide when and how to use it.

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

Parameters3/5

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

The schema already fully describes the repo parameter with a clear pattern and optionality context. The description does not add any new parameter-specific meaning, so baseline 3 is appropriate given 100% schema coverage.

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?

The description clearly states the tool returns the raw markdown of specs/INDEX.md for a repository, with a specific verb and resource. It also distinguishes itself from the sibling tool get_feature by positioning itself for cross-feature questions, making it unambiguous.

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 instructs to 'Call this first for any cross-feature question' and directs to 'follow up with get_feature' for specific feature details, providing clear when-to-use and alternative guidance.

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/korgmp3/glasz-mcp'

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