gmail_list_recent
Fetch recent inbox messages with metadata and snippets to triage email quickly, returning subject, sender, and labels so callers can judge urgency.
Instructions
Fast, compact fetch of recent inbox messages for periodic triage.
Intentionally returns metadata + snippet only (no bodies) so it's cheap to call on a schedule. This tool does not decide what's "urgent" — it hands back enough signal (subject, sender, snippet, labels like IMPORTANT/STARRED/UNREAD) for the caller to make that judgment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | in:inbox newer_than:2d | |
| account | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |