google-gmail_get_message
Retrieve a Gmail message by its ID, with options for format and metadata headers.
Instructions
Get a specific message by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Message ID to retrieve | |
| format | No | Format of message (full, metadata, minimal, raw) | |
| userId | No | User's email address or 'me' for authenticated user | |
| metadataHeaders | No | Comma-separated list of header names to include when format=metadata |