Skip to main content
Glama

Outlook MCP Server

list-emails

Retrieve recent emails from your Outlook inbox, sent items, or drafts folder. Specify the folder, count, or access shared mailboxes directly through Microsoft Graph API integration.

Instructions

Lists recent emails from your inbox

Input Schema

NameRequiredDescriptionDefault
countNoNumber of emails to retrieve (default: 10, max: 50)
folderNoEmail folder to list (e.g., 'inbox', 'sent', 'drafts', default: 'inbox')
sharedMailboxNoEmail address of shared mailbox to access (e.g., 'shared@company.com')

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of emails to retrieve (default: 10, max: 50)", "type": "number" }, "folder": { "description": "Email folder to list (e.g., 'inbox', 'sent', 'drafts', default: 'inbox')", "type": "string" }, "sharedMailbox": { "description": "Email address of shared mailbox to access (e.g., 'shared@company.com')", "type": "string" } }, "required": [], "type": "object" }

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