CodeGraph: codegraph_status
codegraph_statusCheck index health by inspecting file, node, and edge counts to detect incomplete or broken codebase indexing during debugging.
Instructions
Index health check (files / nodes / edges). Skip unless debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project to query (or any directory inside it) — codegraph uses the nearest .codegraph/ index at or above that path. Omit to use this session's default project. Pass it to query a second codebase, or when the server root has no index of its own (e.g. a monorepo where only sub-projects are indexed, so there is no default project). |