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"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "messageId"
  ],
  "description": "Input schema for the gmail:get-email tool."
}

Output schema

This tool does not publish an output schema.