Skip to main content
Glama

Email MCP Server

by ggiraudon

getMessage

Retrieve specific email messages from IMAP folders using unique identifiers to access and manage email content directly from email servers.

Instructions

Returns a message by UID from a given folder for a given IMAP account.

Input Schema

NameRequiredDescriptionDefault
folderYes
uidYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folder": { "maxLength": 100, "minLength": 2, "type": "string" }, "uid": { "type": "number" } }, "required": [ "folder", "uid" ], "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/ggiraudon/emailMCPServer'

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