Get index status
get_index_statusRetrieve repository root, indexing time, file counts, duration, and skipped-file statistics to verify the current index status of your codebase.
Instructions
Return repository root, index time, counts, duration, and skipped-file statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| skipped | Yes | ||
| fileCount | Yes | ||
| indexedAt | Yes | ||
| chunkCount | Yes | ||
| durationMs | Yes | ||
| symbolCount | Yes |