You're viewing a demo portfolio

Join the waitlist
PRSM

list_event_types

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Calendly

https://github.com/pipeworx-io/mcp-calendly

1/7 registries
View full server →
list_event_types — Calendly — PRSM MCP