Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

download_attachment

Retrieve email attachments in base64 format using email and attachment IDs. Integrates with the Microsoft MCP server to streamline handling of Outlook email data through the Microsoft Graph API.

Instructions

Download email attachment as base64

Input Schema

NameRequiredDescriptionDefault
account_idNo
attachment_idYes
email_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "attachment_id": { "title": "Attachment Id", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" } }, "required": [ "email_id", "attachment_id" ], "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