list_event_types
ActiveTool of Calendly
declared in 0.1.0
List bookable event types (meeting templates). Requires a user URI OR an organization URI (get them from current_user). Returns event type URIs, names, durations, scheduling URLs, and active state.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"user": {
"type": "string",
"description": "User URI (from current_user). Provide user OR organization."
},
"count": {
"type": "number",
"description": "Number of results per page (default 20, max 100)."
},
"active": {
"type": "boolean",
"description": "If true, only return active event types."
},
"_apiKey": {
"type": "string",
"description": "Calendly personal access token (sent as Bearer token)"
},
"page_token": {
"type": "string",
"description": "Token from a previous response for the next page."
},
"organization": {
"type": "string",
"description": "Organization URI (from current_user). Provide user OR organization."
}
}
}Parent server
Calendly
https://github.com/pipeworx-io/mcp-calendly
1/7 registries