Find email
Gmail Find Email is an advanced AI-powered tool that helps users quickly locate specific emails within their Gmail account using Google's powerful search engine and customizable filters.
Features
- Leverages Gmail's standard search operators for precise email filtering.
- Supports filtering emails by multiple labels to narrow down results.
- Option to convert email payload into a single text field for easier processing by AI models.
- Ability to include or exclude emails from SPAM and TRASH folders in search results.
- Customizable maximum number of messages to return, up to 100 emails per query.
Benefits
- Saves time by quickly finding relevant emails without manual browsing.
- Enhances productivity with advanced and flexible search capabilities.
- Reduces data handling complexity by providing streamlined email content.
- Improves email management through targeted searches using labels and filters.
- Allows inclusion of otherwise overlooked emails in SPAM or TRASH for comprehensive results.
Description
Find an email using Google's Search Engine. See the docs
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- labels: Return JSON in this format: string[]
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| q | string | Apply a search filter using Gmail's standard search operators |
| withTextPayloadrequired | boolean | Convert the payload response into a single text field. This reduces the size of the payload and makes it easier for LLMs work with. |
| labels | string[] | Only return messages with labels that match all of the specified labels. |
| includeSpamTrash | boolean | Include messages from |
| maxResults | integer | Maximum number of messages to return. Defaults to |