gmail_get_recent_emails
Retrieve recent Gmail emails with metadata, snippets, and the first 1k characters of body text. Configure max results and filter unread emails using a Google OAuth2 access token.
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) |