list_invitees

Pack: calendly · Endpoint: https://gateway.pipeworx.io/calendly/mcp

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

Parameters

NameTypeRequiredDescription
_apiKeystringyesCalendly personal access token (sent as Bearer token)
uuidstringyesScheduled event UUID (last segment of the event URI).
statusstringnoFilter invitees by status.
countnumbernoNumber of results per page (default 20, max 100).
page_tokenstringnoToken from a previous response for the next page.

Example call

curl -X POST https://gateway.pipeworx.io/calendly/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_invitees","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "calendly": {
      "url": "https://gateway.pipeworx.io/calendly/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026