Documentation Index
Fetch the complete documentation index at: https://veryfront.com/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 |
Playground
{
"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.