emails_find
Search your inbox for specific emails using text queries and filters for sender, recipient, subject, date, unread status, and attachments. Optionally retrieve full email content and attachments.
Instructions
Search for emails in your inbox with flexible filters. Optionally get full email content and attachments. Use this to find specific emails, check for unread messages, or browse your inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of emails to return (1-100) | |
| query | No | Text to search across subject, body, sender, and recipients (e.g., 'project update') | |
| filters | No | Structured filters for precise email search | |
| account_name | No | Name of the email account to use (e.g., 'work', 'personal'). If not provided, uses the default account. | |
| include_content | No | Include full email body content in results | |
| include_attachments | No | Include attachment content (base64 encoded) |