gmail_get_recent_emails
Retrieve recent Gmail emails including metadata, snippets, and body content using Google OAuth2 access token. Filter by unread status or limit results for efficient email management via API.
Instructions
Get the most recent emails from Gmail (returns metadata, snippets, and first 1k chars of body)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
google_access_token | Yes | Google OAuth2 access token | |
max_results | No | Maximum number of emails to return (default: 10) | |
unread_only | No | Whether to return only unread emails (default: False) |