Skip to main content
Glama

Outlook MCP Server

search-emails

Find specific emails in Microsoft Outlook by query, folder, sender, recipient, subject, attachments, or unread status. Retrieve up to 50 results efficiently.

Instructions

Search for emails using various criteria

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return (default: 10, max: 50)
folderNoEmail folder to search in (default: 'inbox')
fromNoFilter by sender email address or name
hasAttachmentsNoFilter to only emails with attachments
queryNoSearch query text to find in emails
subjectNoFilter by email subject
toNoFilter by recipient email address or name
unreadOnlyNoFilter to only unread emails

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of results to return (default: 10, max: 50)", "type": "number" }, "folder": { "description": "Email folder to search in (default: 'inbox')", "type": "string" }, "from": { "description": "Filter by sender email address or name", "type": "string" }, "hasAttachments": { "description": "Filter to only emails with attachments", "type": "boolean" }, "query": { "description": "Search query text to find in emails", "type": "string" }, "subject": { "description": "Filter by email subject", "type": "string" }, "to": { "description": "Filter by recipient email address or name", "type": "string" }, "unreadOnly": { "description": "Filter to only unread emails", "type": "boolean" } }, "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