Fitbit Connection Status
fitbit_connection_statusVerify local configuration and dependencies for Fitbit connectivity without exposing secrets or calling Fitbit servers. Checks token file, Node version, privacy mode, and cache readiness.
Instructions
Check local Fitbit config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Fitbit or exposing secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | generic | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| ready_for_fitbit_api | Yes | ||
| client | No | generic | |
| node | Yes | ||
| privacy_mode | Yes | ||
| required_env | Yes | ||
| missing_env | Yes | ||
| redirect_uri | No | ||
| automatic_auth_supported | Yes | ||
| config | Yes | ||
| token | Yes | ||
| oauth | Yes | ||
| cache | Yes | ||
| client_checks | No | ||
| next_steps | Yes |