Skip to main content
Glama

Outlook MCP Server

read-email

Access and retrieve the content of a specific email using its ID and optional shared mailbox address via Microsoft Outlook's Graph API integration.

Instructions

Reads the content of a specific email

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the email to read", "type": "string" }, "sharedMailbox": { "description": "Email address of shared mailbox to read from (e.g., 'shared@company.com')", "type": "string" } }, "required": [ "id" ], "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