atlas_status
Check the local vector index's health and diagnostic metadata. Use it to determine whether reindexing is needed by inspecting index freshness, indexed repositories, and embedding configuration.
Instructions
Get diagnostic metadata and health status of the local vector index.
Use this only for explicit diagnostics (e.g. the user asks about index health,
staleness, or which repos/languages are indexed) or to decide whether atlas_index
should be run. It is NOT a precondition for atlas_search/atlas_brief — call those
directly; they raise an actionable error themselves if the index is missing.
Never indexes anything itself.
Returns:
JSON string with index_exists, total_chunks, repos_indexed,
languages_indexed, embedding_model, embedding_backend, storage_backend,
index_path, index_resolution (how the index directory was resolved:
"cli-arg" | "env" | "discovery" | "editor-project-dir" | "roots" |
"roots-fallback" | "editor-project-dir-fallback" | "cwd-fallback" — useful to
diagnose client misconfiguration when index_exists is unexpectedly false),
last_indexed_at,
git_head_sha, is_stale (true when the indexed git HEAD differs from the
workspace's current HEAD), and reindexing (true when another process
currently holds the reindex lock for this index).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |