# Calendly MCP Node

> Access Calendly MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/calendlymcp-node

## Content

## Description
Access Calendly MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `calendlymcp_availability_get_user_availability_schedule`
* `calendlymcp_availability_list_user_availability_schedules`
* `calendlymcp_availability_list_user_busy_times`
* `calendlymcp_event_types_create_event_type`
* `calendlymcp_event_types_get_event_type`
* `calendlymcp_event_types_list_event_type_availability_schedule`
* `calendlymcp_event_types_list_event_type_available_times`
* `calendlymcp_event_types_list_event_types`
* `calendlymcp_event_types_update_event_type`
* `calendlymcp_event_types_update_event_type_availability_schedule`
* `calendlymcp_list_calendly_skills`
* `calendlymcp_load_calendly_skill`
* `calendlymcp_locations_list_user_meeting_locations`
* `calendlymcp_meetings_cancel_event`
* `calendlymcp_meetings_create_invitee`
* `calendlymcp_meetings_create_invitee_no_show`
* `calendlymcp_meetings_delete_invitee_no_show`
* `calendlymcp_meetings_get_event`
* `calendlymcp_meetings_get_event_invitee`
* `calendlymcp_meetings_get_invitee_no_show`
* `calendlymcp_meetings_list_event_invitees`
* `calendlymcp_meetings_list_events`
* `calendlymcp_organizations_create_organization_invitation`
* `calendlymcp_organizations_get_organization`
* `calendlymcp_organizations_get_organization_membership`
* `calendlymcp_organizations_list_organization_invitations`
* `calendlymcp_organizations_list_organization_memberships`
* `calendlymcp_organizations_revoke_organization_invitation`
* `calendlymcp_routing_forms_get_routing_form`
* `calendlymcp_routing_forms_get_routing_form_submission`
* `calendlymcp_routing_forms_list_routing_form_submissions`
* `calendlymcp_routing_forms_list_routing_forms`
* `calendlymcp_scheduling_links_create_single_use_scheduling_link`
* `calendlymcp_shares_create_share`
* `calendlymcp_users_get_current_user`
* `calendlymcp_users_get_user`

## Use Cases
1. **Automate Calendly MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.