Skip to main content
Glama
MIT License
212
15
  • 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server