everything_status
Check if Everything's index is ready before searching. Get availability, database load status, version, and indexed item count, or an actionable error if unavailable.
Instructions
Report whether Everything is reachable and its index is ready.
Call this to self-diagnose before searching: returns available (bool),
db_loaded (False while Everything is still building its index),
version, and indexed_items (total files+folders indexed). On failure
returns available: False with an actionable error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||