Skip to main content
Glama

Email MCP Server

by ggiraudon

ClearMessageFlagsTool

Remove specific flags from email messages to manage message status and organization within email folders.

Instructions

Clears flags on a message.

Input Schema

NameRequiredDescriptionDefault
flagsYes
folderYes
uidYes

Input Schema (JSON Schema)

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