gmail-get-email
Retrieve specific Gmail messages by message ID to access email content and details directly from your Gmail account.
Instructions
Get a specific email by message ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
messageId | Yes | Gmail message ID |
Input Schema (JSON Schema)
{
"properties": {
"messageId": {
"description": "Gmail message ID",
"type": "string"
}
},
"required": [
"messageId"
],
"type": "object"
}