get_recent_emails
Retrieve recent emails from selected mailboxes, excluding Trash and Spam. Filter by mailbox name, set limit, or sort ascending.
Instructions
Get the most recent emails across all mailboxes except Trash and Spam (pass mailboxName to scope to one folder, e.g. "inbox")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent emails to retrieve (default: 10, max: 50) | |
| ascending | No | Sort oldest first instead of newest first (default: false) | |
| mailboxName | No | Mailbox to search (optional; when omitted, all mailboxes except Trash and Spam are searched) |