google_gmail_get_email

Retrieve detailed information about a specific email using its unique message ID. Specify the output format (full, metadata, minimal, raw) for tailored results within the Google MCP server.

Instructions

Get detailed information about a specific email

Input Schema

NameRequiredDescriptionDefault
formatNoFormat to return the email in (full, metadata, minimal, raw)
messageIdYesID of the email to retrieve

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Format to return the email in (full, metadata, minimal, raw)", "type": "string" }, "messageId": { "description": "ID of the email to retrieve", "type": "string" } }, "required": [ "messageId" ], "type": "object" }
ID: opwf6bop3j