Skip to main content
Glama

Outlook MCP Server

create-reply-draft

Generate a draft reply to an email in Microsoft Outlook using specified content, reply-all option, and shared mailbox support. Ideal for quick and structured email responses.

Instructions

Creates a draft reply to an existing email

Input Schema

NameRequiredDescriptionDefault
bodyYesContent of the reply message
emailIdYesID of the email to reply to
replyAllNoWhether to reply to all recipients (default: false)
sharedMailboxNoEmail address of shared mailbox to reply from (e.g., 'shared@company.com')

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Content of the reply message", "type": "string" }, "emailId": { "description": "ID of the email to reply to", "type": "string" }, "replyAll": { "description": "Whether to reply to all recipients (default: false)", "type": "boolean" }, "sharedMailbox": { "description": "Email address of shared mailbox to reply from (e.g., 'shared@company.com')", "type": "string" } }, "required": [ "emailId", "body" ], "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