Get Oura OAuth URL
oura_get_auth_urlGenerate an Oura OAuth authorization URL to initiate authentication when no local token is available.
Instructions
Generate an Oura OAuth authorization URL. 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 Oura 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 |