Skip to main content
Glama

Outlook MCP Server

by cqyefeng119

create_draft

Generate email drafts in Outlook by specifying recipients, subject, body, CC, and BCC fields using the MCP Server integration for streamlined email creation without complex setup.

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" }

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