Skip to main content
Glama

Outlook MCP Server

by cqyefeng119

create_draft

Generate and save new email drafts in Microsoft Outlook with recipients, subject, body, CC, and BCC fields. Simplify email creation via direct integration with the Outlook MCP Server.

Instructions

Create new email draft

Input Schema

NameRequiredDescriptionDefault
bccNoBCC email addresses
bodyYesEmail content
ccNoCC email addresses
subjectYesEmail subject
toYesRecipient email addresses

Input Schema (JSON Schema)

{ "properties": { "bcc": { "description": "BCC email addresses", "items": { "type": "string" }, "type": "array" }, "body": { "description": "Email content", "type": "string" }, "cc": { "description": "CC email addresses", "items": { "type": "string" }, "type": "array" }, "subject": { "description": "Email subject", "type": "string" }, "to": { "description": "Recipient email addresses", "items": { "type": "string" }, "type": "array" } }, "required": [ "to", "subject", "body" ], "type": "object" }

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/cqyefeng119/windows-outlook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server