get_index_status
Verify if a codebase is indexed and ready for semantic search by checking file count, chunk count, and indexed languages.
Instructions
Check if a codebase is indexed and ready for search. USE THIS to verify index exists before searching. Returns file count, chunk count, and indexed languages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Path to the directory to check (defaults to current directory) | . |