You're viewing a demo portfolio

Join the waitlist
PRSM

list_invitees

Active

Tool of Calendly

declared in 0.1.0

List the invitees of a scheduled event by event UUID. Returns invitee names, emails, status (active/canceled), timezone, and answers to booking questions.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey",
    "uuid"
  ],
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Scheduled event UUID (last segment of the event URI)."
    },
    "count": {
      "type": "number",
      "description": "Number of results per page (default 20, max 100)."
    },
    "status": {
      "enum": [
        "active",
        "canceled"
      ],
      "type": "string",
      "description": "Filter invitees by status."
    },
    "_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."
    }
  }
}

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_invitees — Calendly — PRSM MCP