api_health
API reachability, API key validity, plan tier, rate-limit headers, and best-effort included games.
When to use:
Once per session before heavy work
After 401/403/UNSUPPORTED_GAME/RATE_LIMIT
App scaffolding entitlement checks
Prefer over: probing random game endpoints to test the key.
Do not use when: you only need live scores — use live_matches.
Parallel-safe: yes. Upstream cost: 1–6. Example: { "includeGameProbes": true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeGameProbes | No | If true, light allSettled probes per primary game product/status path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | true if the tool succeeded | |
| data | No | Result payload when ok is true; null on error | |
| meta | Yes | ||
| error | No | ||
| partial | No | ||
| pagination | No |