Skip to main content
Glama

iMail-mcp

mark_as_read

Mark email messages as read to manage your inbox and track which messages you have viewed using the iMail-mcp server.

Instructions

Mark email messages as read

Input Schema

NameRequiredDescriptionDefault
mailboxNoMailbox name (default: INBOX)INBOX
messageIdsYesArray of message IDs to mark as read

Input Schema (JSON Schema)

{ "properties": { "mailbox": { "default": "INBOX", "description": "Mailbox name (default: INBOX)", "type": "string" }, "messageIds": { "description": "Array of message IDs to mark as read", "items": { "type": "string" }, "type": "array" } }, "required": [ "messageIds" ], "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/Racimy/iMail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server