Get Google Health OAuth URL
google_health_get_auth_urlGenerate a Google OAuth authorization URL to obtain user consent for accessing Google Health API data when no local token exists.
Instructions
Generate a Google OAuth authorization URL for Google Health API. Use this first when no local token exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional OAuth state value generated by the caller. | |
| scopes | No | Optional scope override. Defaults to read-only Google Health scopes used by this server. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_url | Yes | ||
| redirect_uri | Yes | ||
| scopes | Yes | ||
| next_step | Yes |