Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

reply_to_email

Respond to emails within the same thread using the Microsoft MCP server, ensuring context is maintained. Supports replying to all recipients or specific individuals via the Microsoft Graph API.

Instructions

Reply to an email maintaining thread context

Input Schema

NameRequiredDescriptionDefault
account_idNo
bodyYes
email_idYes
reply_allNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "body": { "title": "Body", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" }, "reply_all": { "default": false, "title": "Reply All", "type": "boolean" } }, "required": [ "email_id", "body" ], "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