mail_list_recent
Retrieve the signed-in user's emails from the last N days, newest first, with subject, sender, date, and preview for daily review or catching up after absence.
Instructions
List the signed-in user's most recent emails from the last N days, newest first. Returns id, subject, sender, date and a preview snippet. Use for 'what came in today' or catching up after time away; mail_search is the tool when specific keywords or a sender are known. Requires Mail.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Number of days back to fetch | |
| max_results | No | Maximum emails to return |