Skip to main content
Glama

Outlook MCP Server

mark-read

Mark emails as read or unread in Outlook by specifying email IDs and shared mailbox details, enabling efficient email status management.

Instructions

Marks emails as read or unread

Input Schema

NameRequiredDescriptionDefault
emailIdsYesComma-separated list of email IDs to mark
isReadNoWhether to mark as read (true) or unread (false). Default: true
sharedMailboxNoEmail address of shared mailbox (e.g., 'shared@company.com')

Input Schema (JSON Schema)

{ "properties": { "emailIds": { "description": "Comma-separated list of email IDs to mark", "type": "string" }, "isRead": { "description": "Whether to mark as read (true) or unread (false). Default: true", "type": "boolean" }, "sharedMailbox": { "description": "Email address of shared mailbox (e.g., 'shared@company.com')", "type": "string" } }, "required": [ "emailIds" ], "type": "object" }
Install Server

Other Tools from Outlook MCP Server

Related Tools

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/johnsonboibeats/Outlook-MCP'

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