current_user
ActiveTool of Calendly
declared in 0.1.0
Get the current Calendly user for the supplied token. Returns the user URI and organization URI — call this FIRST, since list_scheduled_events and list_event_types require a user or organization URI.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"_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