outlook_search_messages

Pack: outlook-mail · Endpoint: https://gateway.pipeworx.io/outlook-mail/mcp

Search across an entire Outlook / Microsoft 365 mailbox by keyword. Returns matching email summaries (subject, sender, received time, preview). Use to find emails by topic, sender, or content regardless of folder.

Parameters

NameTypeRequiredDescription
querystringyesFree-text search query to match against email messages.
topnumbernoMaximum number of messages to return (default 25).

Example call

curl -X POST https://gateway.pipeworx.io/outlook-mail/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"outlook_search_messages","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "outlook-mail": {
      "url": "https://gateway.pipeworx.io/outlook-mail/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 3, 2026