Skip to main content
Get a specific email by ID with full content

Tool details

FieldValue
Namegmail__get_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.