Skip to main content
Glama

Microsoft MCP

by elyxlz

search_emails

Query and retrieve emails from specific accounts using Microsoft Graph API. Input search terms, account ID, and optional filters to streamline results.

Instructions

Search emails using the modern search API.

Input Schema

NameRequiredDescriptionDefault
account_idYes
folderNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "folder": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Folder" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "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