health_check
Check server health, API key configuration, and cache readiness to confirm the server is ready before making data requests. Returns cache integrity status and a readiness flag.
Instructions
Check server health, API key configuration, and cache readiness.
Call this at session start to confirm cache.db has finished loading before issuing detect_* or cache_status — the first call after server start may take 10–60 seconds while the cache initialises lazily. After a tool-call timeout, use this to distinguish a transient cache-loading delay from a permanent failure.
Returns server version, API key status, active plan,
cache_integrity (ok / pending / failed / not-checked), and
cache_ready (boolean shorthand: true only when cache_integrity is "ok").
In multi-user mode, returns the authenticated user's plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||