Withings Connection Status
withings_connection_statusDiagnose local Withings environment: verify config, token file, Node version, privacy mode, cache, and client readiness without contacting Withings or exposing secrets.
Instructions
Check local Withings config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Withings or exposing 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 | ||
| oauth | 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_withings_api | Yes | ||
| automatic_auth_supported | Yes |