Skip to main content
Glama

getAttachment

Retrieve specific email attachments by ID from an AgentMail inbox using inbox, message, and attachment IDs for efficient AI agent workflows.

Instructions

Get attachment by ID

Input Schema

NameRequiredDescriptionDefault
attachment_idYes
inbox_idYes
message_idYes

Input Schema (JSON Schema)

{ "properties": { "attachment_id": { "title": "Attachment Id", "type": "string" }, "inbox_id": { "title": "Inbox Id", "type": "string" }, "message_id": { "title": "Message Id", "type": "string" } }, "required": [ "inbox_id", "message_id", "attachment_id" ], "title": "getAttachmentArguments", "type": "object" }

Other Tools

Related Tools

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/agentmail-to/agentmail-toolkit'

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