gmail_refresh_token
Refresh expired Google OAuth2 access tokens using refresh tokens and client credentials, enabling continuous API access for MCP Headless Gmail Server operations.
Instructions
Refresh the access token using the refresh token and client credentials
Input Schema
Name | Required | Description | Default |
---|---|---|---|
google_access_token | No | Google OAuth2 access token (optional if expired) | |
google_client_id | Yes | Google OAuth2 client ID for token refresh | |
google_client_secret | Yes | Google OAuth2 client secret for token refresh | |
google_refresh_token | Yes | Google OAuth2 refresh token |