Skip to main content
Glama

Microsoft MCP

by elyxlz

list_emails

Retrieve emails from a specified Outlook folder using a Microsoft MCP server. Configure account ID, folder, limit, and body inclusion for precise email listing.

Instructions

List emails from specified folder

Input Schema

NameRequiredDescriptionDefault
account_idYes
folderNoinbox
include_bodyNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "folder": { "default": "inbox", "title": "Folder", "type": "string" }, "include_body": { "default": true, "title": "Include Body", "type": "boolean" }, "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "required": [ "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