List emails
list_emailsList received emails within a date range, with snippet and deep link, excluding spam/trash and sent items unless specified.
Instructions
List emails received in a date range: metadata + snippet, oldest-first, capped at 500 with no truncation flag. Spam and trash are excluded. Mail sent from the mailbox itself (i.e. the team's replies) is excluded unless include_sent is true. Each result has a jump_url deep link that opens the email for anyone signed into the mailbox. Use read_email for the full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Gmail search query to filter by, e.g. 'subject:refund' | |
| end_time | Yes | Inclusive end of the range (ISO 8601, e.g. 2026-08-26T00:00:00Z) | |
| start_time | Yes | Inclusive start of the range (ISO 8601, e.g. 2026-08-25T00:00:00Z) | |
| include_sent | No | Include mail sent from the mailbox itself (default false) |