Eight Sleep Connection Status
eight_sleep_connection_statusVerifies local environment setup including config, token, Node version, privacy mode, and mutation gate without contacting Eight Sleep or exposing secrets.
Instructions
Check env, local config, token file, Node version, privacy mode and mutation gate. Does not call Eight Sleep 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 | ||
| required_env | Yes | ||
| mutations_enabled | Yes | ||
| ready_for_eight_sleep_api | Yes |