Skip to main content
Glama

Email MCP Server

by ggiraudon

getMessageList

Retrieve a list of email messages from a specified folder with configurable start and end parameters for efficient email management.

Instructions

Returns a list of messages in a given folder.

Input Schema

NameRequiredDescriptionDefault
endNo*
folderYes
startNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "default": "*", "minLength": 1, "type": "string" }, "folder": { "maxLength": 100, "minLength": 2, "type": "string" }, "start": { "default": 1, "minimum": 1, "type": "number" } }, "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