Skip to main content
Glama

get_attachment

Retrieve email attachments from Gmail messages by providing the message ID and attachment ID. Access files and documents stored in your Gmail account for viewing or downloading.

Instructions

Get a message attachment

Input Schema

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

Input Schema (JSON Schema)

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

Latest Blog Posts

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/HitmanLy007/gmail-mcp'

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