gmail_get_email
Retrieve a specific Gmail message by its ID, with options for format such as minimal, full, raw, or metadata.
Instructions
Fetch a single Gmail message by ID, including headers and body.
Args: message_id (required): Gmail message ID. format: One of: minimal, full, raw, metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | No | ||
| format | No | full |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |