Skip to main content
Glama

Microsoft MCP

by elyxlz

create_email_draft

Generate and save an email draft in Outlook, including subject, body, recipient details, and optional file attachments, using file paths specified for attachments.

Instructions

Create an email draft with file path(s) as attachments

Input Schema

NameRequiredDescriptionDefault
account_idYes
attachmentsNo
bodyYes
ccNo
subjectYes
toYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "attachments": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attachments" }, "body": { "title": "Body", "type": "string" }, "cc": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Cc" }, "subject": { "title": "Subject", "type": "string" }, "to": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "To" } }, "required": [ "account_id", "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/elyxlz/microsoft-mcp'

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