Skip to main content
Glama

Microsoft MCP

by elyxlz

get_attachment

Download email attachments to a specified file path using the Microsoft MCP server. Input email ID, attachment ID, save path, and account ID to retrieve and store attachments efficiently.

Instructions

Download email attachment to a specified file path

Input Schema

NameRequiredDescriptionDefault
account_idYes
attachment_idYes
email_idYes
save_pathYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "attachment_id": { "title": "Attachment Id", "type": "string" }, "email_id": { "title": "Email Id", "type": "string" }, "save_path": { "title": "Save Path", "type": "string" } }, "required": [ "email_id", "attachment_id", "save_path", "account_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