Skip to main content
Glama

Email MCP Server

by ggiraudon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
ClearMessageFlagsTool

Clears flags on a message.

createFolder

Creates a new folder in the IMAP account.

deleteFolder

Deletes a folder from the IMAP account.

deleteMessage

Deletes a message by UID from a given folder.

getFolderList

Returns a list of folders in the imap account.

getMessageList

Returns a list of messages in a given folder.

getMessage

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

moveMessage

Moves a message by ID from one folder to another.

search

Searches for messages in the specified folder matching the parameters set in searchOptions. Available search options are: from, to, subject, since, before, unseen, flagged, answered, custom. It returns a list of ids that can then be used to get individual messages based on their id.

setFlags

Sets flags on a message.

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