Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | gmail__get_email |
| Group | Integrations |
{
"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."
}