WHOOP Connection Status
whoop_connection_statusVerify local WHOOP connection readiness by checking env vars, token file, Node version, privacy mode, and cache. Identify missing configuration without calling WHOOP or exposing secrets.
Instructions
Check whether local WHOOP env vars, token file, Node version, privacy mode and cache are ready. Does not call WHOOP or expose secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | generic | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| node | Yes | ||
| cache | Yes | ||
| token | Yes | ||
| client | No | generic | |
| config | Yes | ||
| next_steps | Yes | ||
| missing_env | Yes | ||
| privacy_mode | Yes | ||
| redirect_uri | No | ||
| required_env | Yes | ||
| client_checks | No | ||
| ready_for_whoop_api | Yes | ||
| automatic_auth_supported | Yes |