Skip to main content
Glama

Email MCP Server

by ggiraudon

search

Find emails in a specified folder using criteria like sender, recipient, subject, date ranges, or message status to locate specific messages efficiently.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
beforeNo
folderYes
fromNo
sinceNo
subjectNo
toNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "before": { "format": "date-time", "type": "string" }, "folder": { "maxLength": 100, "minLength": 2, "type": "string" }, "from": { "type": "string" }, "since": { "format": "date-time", "type": "string" }, "subject": { "type": "string" }, "to": { "type": "string" } }, "required": [ "folder" ], "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