Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a specific email by ID with full content
gmail__get_email
{ "type": "object", "properties": { "messageId": { "type": "string", "description": "Email message ID" }, "format": { "type": "string", "description": "Format: full, metadata, minimal, raw" }, "metadataHeaders": { "type": "array", "items": { "type": "string", "description": "One metadata header item supplied to the tool." }, "description": "Headers to include when format is metadata, e.g. From, To, Subject, Date" } }, "required": [ "messageId" ], "description": "Input schema for the gmail__get_email tool." }