Skip to main content
Glama

Microsoft MCP

by elyxlz

reply_all_email

Send responses to all recipients in an email thread using the Microsoft MCP server, simplifying group communication through structured inputs for account, email ID, and message body.

Instructions

Reply to all recipients of an email

Input Schema

NameRequiredDescriptionDefault
account_idYes
bodyYes
email_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "body": { "title": "Body", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" } }, "required": [ "account_id", "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