Gmail MCP

by shinzo-labs
Verified
MIT License
126
1
  • Apple
  • Linux

get_attachment

Retrieve message attachments from Gmail by specifying the message ID and attachment ID. Simplify email workflows by accessing specific files directly from your inbox.

Instructions

Get a message attachment

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the attachment
messageIdYesID of the message containing the attachment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the attachment", "type": "string" }, "messageId": { "description": "ID of the message containing the attachment", "type": "string" } }, "required": [ "messageId", "id" ], "type": "object" }
ID: 1je9b8hapn