gmail_batch_read_email
Fetch full content for up to 100 Gmail messages by ID, returning headers and decoded plaintext bodies. Read-only and privacy-preserving with automatic masking.
Instructions
Fetch full content for up to 100 Gmail messages by ID. Returns headers and a decoded plaintext body for each (text/plain preferred; HTML is stripped to text when that's all that's available). Bodies are passed through the masking layer before return. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |