get_index_status
Check the health and statistics of the RAG index, including number of indexed chunks, projects, watched files, pending files, and cache status. Helps diagnose why items are not found.
Instructions
Get status of the RAG index.
Use when user asks about memory system health or
why something isn't being found.
Returns:
Dict with index statistics including:
- total_chunks: Number of indexed chunks
- projects_indexed: Number of unique projects
- watched_files: Number of files being tracked
- pending_files: Number of files in queue for processing
- status: Overall health status
- cache_stats: Search cache statistics (if enabled)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||