Garmin Connection Status
garmin_connection_statusCheck local Garmin config, token file, Node version, cache, and client readiness without contacting Garmin or exposing secrets.
Instructions
Check local Garmin config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Garmin 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_garmin_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 |