Skip to main content
Glama

Outlook MCP Server

download-attachments

Retrieve email attachment details from Microsoft Outlook using the Microsoft Graph API. Provide the email ID and optional shared mailbox address to access and manage attachments efficiently.

Instructions

Downloads information about email attachments

Input Schema

NameRequiredDescriptionDefault
emailIdYesID of the email to get attachments from
sharedMailboxNoEmail address of shared mailbox (e.g., 'shared@company.com')

Input Schema (JSON Schema)

{ "properties": { "emailId": { "description": "ID of the email to get attachments from", "type": "string" }, "sharedMailbox": { "description": "Email address of shared mailbox (e.g., 'shared@company.com')", "type": "string" } }, "required": [ "emailId" ], "type": "object" }
Install Server

Other Tools from Outlook MCP Server

Related Tools

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/johnsonboibeats/Outlook-MCP'

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