Skip to main content
Glama

Outlook MCP Server

send-email

Composes and sends emails via Microsoft Outlook, allowing customization of recipients, subject, body, importance, and shared mailbox, while optionally saving to sent items.

Instructions

Composes and sends a new email

Input Schema

NameRequiredDescriptionDefault
bccNoComma-separated list of BCC recipient email addresses
bodyYesEmail body content (can be plain text or HTML)
ccNoComma-separated list of CC recipient email addresses
importanceNoEmail importance (normal, high, low)
saveToSentItemsNoWhether to save the email to sent items
sharedMailboxNoEmail address of shared mailbox to send from (e.g., 'shared@company.com')
subjectYesEmail subject
toYesComma-separated list of recipient email addresses

Input Schema (JSON Schema)

{ "properties": { "bcc": { "description": "Comma-separated list of BCC recipient email addresses", "type": "string" }, "body": { "description": "Email body content (can be plain text or HTML)", "type": "string" }, "cc": { "description": "Comma-separated list of CC recipient email addresses", "type": "string" }, "importance": { "description": "Email importance (normal, high, low)", "enum": [ "normal", "high", "low" ], "type": "string" }, "saveToSentItems": { "description": "Whether to save the email to sent items", "type": "boolean" }, "sharedMailbox": { "description": "Email address of shared mailbox to send from (e.g., 'shared@company.com')", "type": "string" }, "subject": { "description": "Email subject", "type": "string" }, "to": { "description": "Comma-separated list of recipient email addresses", "type": "string" } }, "required": [ "to", "subject", "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