gmail_get_email
Fetch a Gmail message by ID with headers and body. Choose minimal, full, raw, or metadata format to get the needed content.
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. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| format | No | full | |
| message_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |