Show index status
localscope_statusCheck a repository's local index status and statistics: file, chunk, and symbol counts, embedder mode, and index timestamp. Read-only and works offline.
Instructions
Show whether a repository root has a local index, its stats (files/chunks/symbols), and the active embedder mode. Read-only, offline.
Args:
path (string): repo root, default "."
response_format ('markdown' | 'json'): default 'markdown'
Returns: Indexed state, counts, embedder mode, indexedAt timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository path to check | . |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |