get_status
Check the indexing status and wiki health of a repository. Retrieve file counts, chunks, languages, or wiki coverage and staleness.
Instructions
Get repository index status and/or wiki health dashboard.
scope='all' (default): Returns both index status and wiki stats.
scope='index': Index stats only (file count, chunks, languages).
scope='wiki': Wiki health dashboard (pages, coverage, staleness).
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| scope | No | What to return: 'all' (default), 'index' (index status only), 'wiki' (wiki stats only) |