find_meeting_times
Pack: outlook-calendar · Endpoint: https://gateway.pipeworx.io/outlook-calendar/mcp
Return the user’s busy time windows from their Outlook / Microsoft 365 calendar over the next N days — a lightweight free/busy view. Each window includes start, end, subject, and all-day flag. Use to find when the user is available or to identify scheduling conflicts before proposing a meeting time.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days_ahead | number | no | How many days ahead to scan for busy windows (default 7). |
Example call
curl -X POST https://gateway.pipeworx.io/outlook-calendar/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_meeting_times","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"outlook-calendar": {
"url": "https://gateway.pipeworx.io/outlook-calendar/mcp"
}
}
}
See Getting Started for client-specific install steps.