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
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repository in "owner/name" form. Optional if the MCP client config sets GITHUB_REPO; required otherwise. |