google_gmail_get_email_by_index

Retrieve a specific email by its index from recent Gmail search results, with options to fetch it in full, metadata, minimal, or raw format.

Instructions

Get email by its index from the most recent search results

Input Schema

NameRequiredDescriptionDefault
formatNoFormat to return the email in (full, metadata, minimal, raw)
indexYesIndex of the email from search results (starting from 1)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Format to return the email in (full, metadata, minimal, raw)", "type": "string" }, "index": { "description": "Index of the email from search results (starting from 1)", "type": "number" } }, "required": [ "index" ], "type": "object" }
ID: opwf6bop3j