index_status
Retrieve index status for a project, including whether indexed, last update, and counts of files and chunks.
Instructions
Get the index status for a project.
Returns information about whether the project is indexed, when it was last updated, and how many files and chunks are indexed.
Note: search_code automatically re-indexes stale files before searching, so there is no need to check or act on staleness manually.
Args: project_path: Absolute path to the project root directory.
Returns: Index status including files count and chunks count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |