index_status
Check indexing status of a codebase by providing its root path. Get file count, last indexed time, and pending changes to verify up-to-date search index.
Instructions
Check indexing status for a codebase.
Args: path: Root path of codebase
Returns: Status info: file count, last indexed, pending changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |