email_search
Search mailbox messages using filters like sender, subject, folder, date range, and flags. Returns compact results by default to save context; enable returnBody to include full email content.
Instructions
Search emails with filters. By default returns compact results without full body content to save context. Set returnBody=true to include full email bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| body | No | ||
| from | No | ||
| limit | No | ||
| since | No | ||
| before | No | ||
| folder | No | ||
| offset | No | ||
| subject | No | ||
| accountId | Yes | ||
| returnBody | No | ||
| unreadOnly | No | ||
| starredOnly | No | ||
| hasAttachment | No |