gmail_get_message
ActiveTool of Gmail
declared in 0.1.0
Fetch full email details by message ID. Returns headers, subject, body text, sender, recipients, attachments, and applied labels.
Parameters schema
{
"type": "object",
"examples": [
{
"message_id": "18c1b1f187221e2d"
},
{
"format": "full",
"message_id": "18c1b1f187221e2d"
}
],
"required": [
"message_id"
],
"properties": {
"format": {
"enum": [
"minimal",
"full",
"raw",
"metadata"
],
"type": "string",
"description": "Format of the returned message (default: full)"
},
"message_id": {
"type": "string",
"description": "The ID of the message to retrieve"
}
}
}Parent server
Gmail
https://github.com/pipeworx-io/mcp-gmail
1/7 registries