Skip to main content
Glama

Outlook MCP Server

create-draft

Generate a draft email with recipients, subject, body, and importance settings via the Outlook MCP Server. Supports shared mailbox integration for team collaboration.

Instructions

Creates a new draft 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)
sharedMailboxNoEmail address of shared mailbox to create draft 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" }, "sharedMailbox": { "description": "Email address of shared mailbox to create draft 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