Revoke Strava OAuth Access
strava_revoke_accessRevoke your Strava OAuth access and delete the stored token to fully disconnect the integration. Use only when you explicitly ask to stop sharing Strava data.
Instructions
Revoke the current Strava OAuth access grant and delete the local token file. Use only when the user explicitly wants to disconnect Strava. Gated by explicit_user_intent: true (requires explicit user intent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown | |
| explicit_user_intent | No | Must be true after the user explicitly asked to disconnect. Prevents agents from revoking autonomously. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| note | Yes | ||
| token_path | Yes | ||
| local_tokens_cleared | Yes |