get_event
ActiveTool of Calendly
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"_apiKey",
"uuid"
],
"properties": {
"uuid": {
"type": "string",
"description": "Scheduled event UUID (last segment of the event URI)."
},
"_apiKey": {
"type": "string",
"description": "Calendly personal access token (sent as Bearer token)"
}
}
}Parent server
Calendly
https://github.com/pipeworx-io/mcp-calendly
1/7 registries