repo_cache_stats
Check cache hit rate and runtime diagnostics for the repository graph tool's result cache. Use to debug server performance or evaluate cache effectiveness; returns read-only metrics like hits, misses, size, and TTL.
Instructions
Retrieve runtime diagnostic counters for the tool result cache (hits, misses, size, max_size, ttl_s). Read-only, in-memory diagnostics, zero side effects. When to use: use when evaluating cache hit rate or debugging server performance. When NOT to use: do not use to search repository contents or inspect code structure; use repo_map or repo_search instead. Output: JSON object with cache metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||