cache_status
Check database metadata: view table row counts, file size, and your detected plan. Use to verify cache state, not for market data or screener results.
Instructions
Show database metadata: table row counts, file size, and detected plan.
This tool returns cache metadata — it does NOT query screener signals. To detect
52-week highs/lows use detect_52w_high_low; for YTD highs/lows use
detect_ytd_high_low; for volume spikes use detect_volume_surge; for price
limits use detect_price_limit. Do not call this tool to look up market data or
screener results.
In multi-user mode, returns the authenticated user's plan instead of the global default.
Offloaded to a worker thread (see _cache_status_impl): this does a
multi-GB row-count scan, and the official mcp SDK runs sync tool bodies
directly on the event loop (see health_check's docstring for why an
explicit offload is needed here).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||