Skip to main content
Glama

Email MCP Server

by ggiraudon

deleteMessage

Remove unwanted emails from specific folders by their unique identifier to manage inbox clutter and maintain email organization.

Instructions

Deletes a message by UID from a given folder.

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