read_emails
Fetch emails from one Gmail account or aggregate across all connected accounts. Use optional query, limit, and body inclusion to tailor results.
Instructions
Read emails from one account or aggregate across all enabled accounts when account is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Gmail query string. | |
| account | No | Optional account id. Omit to aggregate across all enabled accounts. | |
| max_results | No | Maximum emails to return (1-500). | |
| include_body | No | Include plaintext body extraction in each returned email. |