hot_cache_status
View current hot cache contents and metrics including hits, misses, evictions, promotions, and effectiveness to monitor cache performance and optimize memory usage.
Instructions
Show current hot cache contents, stats, and observability metrics.
Returns items sorted by hot_score (highest first), along with:
metrics.hits: Times hot cache resource was read with content
metrics.misses: Times hot cache resource was empty
metrics.evictions: Items removed to make space for new ones
metrics.promotions: Items added to hot cache
effectiveness: Value metrics (hit rate, tool calls saved, most/least used)
avg_hot_score: Average hot score of items (for LRU ranking)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| metrics | Yes | Metrics for hot cache observability. | |
| max_items | Yes | ||
| pinned_count | Yes | ||
| avg_hot_score | Yes | ||
| current_count | Yes | ||
| effectiveness | Yes | Effectiveness metrics showing hot cache value. |