get_index_stats
Retrieves statistics about the indexed files and watched directories. Returns total file count, database size, last scan timestamp, and list of watched directories.
Instructions
Get statistics about the current index and watched directories. Returns a JSON string containing:
total_files: Number of indexed files
total_size_bytes: Size of the SQLite database file
last_scanned: Timestamp of the most recent indexing operation
watched_directories: List of directories currently being watched
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |