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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Free-text search query to match against email messages. |
top | number | no | Maximum 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.