Skip to main content
Glama

Microsoft MCP

by elyxlz

update_email

Modify email properties such as read status, categories, and flags using specific email and account IDs. Integrates with Microsoft MCP server to streamline email management tasks.

Instructions

Update email properties (isRead, categories, flag, etc.)

Input Schema

NameRequiredDescriptionDefault
account_idYes
email_idYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" }, "updates": { "additionalProperties": true, "title": "Updates", "type": "object" } }, "required": [ "email_id", "updates", "account_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