Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

send_email

Send emails with CC and attachments directly via Microsoft MCP server. Ideal for automating email workflows, including sending base64-encoded files and managing recipients efficiently.

Instructions

Send email with optional CC and attachments (attachments = [{"name": "file.txt", "content_base64": "..."}])

Input Schema

NameRequiredDescriptionDefault
account_idNo
attachmentsNo
bodyYes
ccNo
subjectYes
toYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "attachments": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attachments" }, "body": { "title": "Body", "type": "string" }, "cc": { "anyOf": [ { "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": [ "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