Skip to main content
Glama

Microsoft MCP

by elyxlz

send_email

Send emails with file attachments directly from the Microsoft MCP server. Specify recipients, subject, body, and file paths to streamline email dispatch via the Microsoft Graph API.

Instructions

Send an email immediately 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