Gmail

gmail_get_attachment

Get attachment data for a message. Returns base64url-encoded data. Find attachment IDs in the message payload parts.

Remote node2flow/gmail-mcp

Remote (network-hosted)

Other tools also called gmail_get_attachment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "message_id": {
      "type": "string",
      "description": "The message ID containing the attachment"
    },
    "attachment_id": {
      "type": "string",
      "description": "The attachment ID (from message payload.parts[].body.attachmentId)"
    }
  }
}
          

Provider

Gmail →