Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

read_emails

Retrieve emails from specified folders using Microsoft MCP. Customize email details by including or excluding the body, and filter by count and account ID for efficient email management.

Instructions

Read emails from any folder (set include_body=False for subject/sender only)

Input Schema

NameRequiredDescriptionDefault
account_idNo
countNo
folderNoinbox
include_bodyNo

Input Schema (JSON Schema)

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