Search Emails
search_emailsSearch all inboxes by keyword to find specific emails, optionally filtering by sender, date, direction, or attachments.
Instructions
Search emails across all inboxes by keyword. Matches against subject, sender address, and body preview. Optionally scope to a single inbox or filter by sender, direction, date, or attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Filter by sender address (partial match) | |
| limit | No | Max results (1-50, default 20) | |
| query | Yes | Search query (e.g. "invoice", "verification code") | |
| since | No | Only emails after this ISO 8601 date | |
| until | No | Only emails before this ISO 8601 date | |
| inbox_id | No | Scope search to a specific inbox ID | |
| direction | No | Filter by email direction | |
| has_attachments | No | Filter by attachment presence |