ctx_stats
Check whether a project is indexed by viewing counts of files, symbols, dependency edges, and index.db size. Zero counts signal that indexing must run before graph tools return results.
Instructions
Return index-health statistics as JSON: counts of indexed files, symbols and dependency edges, plus the size of index.db (the underlying code-graph database). Use to check whether the project has been indexed (all-zero counts mean you must run init/indexing before graph tools such as ctx_search or ctx_impact will return results). Read-only, no side effects. For a broader project overview (root/git/languages) use ctx_project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||