You're viewing a demo portfolio

Join the waitlist
PRSM

gmail_get_message

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gmail

https://github.com/pipeworx-io/mcp-gmail

1/7 registries
View full server →