Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

mark_email_read

Mark emails as read or unread in Outlook using the Microsoft MCP server. Automate email status updates by specifying the email ID and desired read/unread state for efficient inbox management.

Instructions

Mark email as read or unread

Input Schema

NameRequiredDescriptionDefault
account_idNo
email_idYes
is_readNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "email_id": { "title": "Email Id", "type": "string" }, "is_read": { "default": true, "title": "Is Read", "type": "boolean" } }, "required": [ "email_id" ], "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/elyxlz/microsoft-mcp'

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