1. gmail_refresh_token
Refreshes Google access tokens using client credentials or refresh tokens.
2. get_recent_emails
Retrieves recent emails with the first 1k characters of each email body.
3. get_email_body
Retrieves full email body content in 1k chunks using an offset parameter.
4. send_email
Sends emails through Gmail with specified recipients, subject, and body content.