gmail_get_message
Retrieve the full content of a specific Gmail message by its ID, including sender, recipients, subject, date, plain-text body, and labels.
Instructions
Get the full content of a single Gmail message, including plain-text body.
Returns: str: JSON with from, to, subject, date, body (plain text), and labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |