get_event
Pack: calendly · Endpoint: https://gateway.pipeworx.io/calendly/mcp
Get a single scheduled event by its UUID (the last path segment of an event URI). Returns full event details including name, times, status, location, and event membership.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
_apiKey | string | yes | Calendly personal access token (sent as Bearer token) |
uuid | string | yes | Scheduled event UUID (last segment of the event URI). |
Example call
curl -X POST https://gateway.pipeworx.io/calendly/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_event","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"calendly": {
"url": "https://gateway.pipeworx.io/calendly/mcp"
}
}
}
See Getting Started for client-specific install steps.