Get MetaDome Diagnostics
get_diagnosticsReport local runtime health including build info, cache statistics, and runtime metrics to confirm cache state or diagnose misconfigured servers.
Instructions
Report local runtime health WITHOUT calling MetaDome: build info, result-cache stats (on-disk + LRU sizes, pinned data version), the runtime metrics snapshot (request/error counts + latency percentiles), the data versions, and the capabilities hash. Use this to confirm cache state or diagnose a misconfigured server. Signature: get_diagnostics(response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| hint | No | ||
| candidates | No | ||
| recommended_citation | No | ||
| data_versions | No | ||
| data_available | No | ||
| upstream_reachable | No | ||
| cache_stats | No | ||
| build | No | ||
| metrics | No |