outlook_list_folders
Pack: outlook-mail · Endpoint: https://gateway.pipeworx.io/outlook-mail/mcp
List the mail folders in an Outlook / Microsoft 365 mailbox, with display names, unread counts, and total item counts. Use to discover folder names/IDs before listing messages.
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_list_folders","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.