Skip to main content
Glama

Microsoft MCP

by elyxlz

get_email

Retrieve detailed email information, including body content and attachment metadata, using email ID and account ID. Manage content size with customizable limits for streamlined email data extraction on Microsoft MCP.

Instructions

Get email details with size limits

Args: email_id: The email ID account_id: The account ID include_body: Whether to include the email body (default: True) body_max_length: Maximum characters for body content (default: 50000) include_attachments: Whether to include attachment metadata (default: True)

Input Schema

NameRequiredDescriptionDefault
account_idYes
body_max_lengthNo
email_idYes
include_attachmentsNo
include_bodyNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "body_max_length": { "default": 50000, "title": "Body Max Length", "type": "integer" }, "email_id": { "title": "Email Id", "type": "string" }, "include_attachments": { "default": true, "title": "Include Attachments", "type": "boolean" }, "include_body": { "default": true, "title": "Include Body", "type": "boolean" } }, "required": [ "email_id", "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