Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

calendars_update_calendar

Idempotent

Update calendar details in GoHighLevel, including availability, booking rules, notifications, and scheduling preferences, to keep appointment settings aligned with your business needs.

Instructions

Update Calendar

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
slugNo
notesNo
formIdNo
groupIdNoGroup Id
pixelIdNo
isActiveNo
eventTypeNo
guestTypeNo
openHoursNo
preBufferNoPre-Buffer is additional time that can be added before an appointment, allowing for extra time to get ready
recurringNo
alertEmailNo
calendarIdYesCalendar Id
eventColorNo
eventTitleNo
slotBufferNoSlot-Buffer is additional time that can be added after an appointment, allowing for extra time to wrap up
widgetSlugNo
widgetTypeNoCalendar widget type. Choose "default" for "neo" and "classic" for "classic" layout.
autoConfirmNo
descriptionNo
teamMembersNoTeam members are required for calendars of type: Round Robin, Collective, Class, Service. Personal calendar must have exactly one team member.
consentLabelNo
slotDurationNoThis controls the duration of the meeting
slotIntervalNoSlot interval reflects the amount of time the between booking slots that will be shown in the calendar.
notificationsNo🚨 Deprecated! Please use 'Calendar Notifications APIs' instead.
preBufferUnitNoUnit for pre-buffer.
stickyContactNo
availabilitiesNoThis is only to set the custom availability. For standard availability, use the openHours property
formSubmitTypeNo
lookBusyConfigNoLook Busy Configuration
allowBookingForNoMinimum number of days/weeks/months for which to allow booking events
allowRescheduleNo
enableRecurringNoEnable recurring appointments for the calendars. Please note that only one member should be added in the calendar to enable this
appoinmentPerDayNoNumber of appointments that can be booked for a given day
availabilityTypeNoDetermines which availability type to consider: - **1**: Only custom availabilities will be used. - **0**: Only open hours will be used. - **null**: Both the custom availabilities and open hours will be considered.
slotDurationUnitNoUnit for slot duration.
slotIntervalUnitNoUnit for slot interval.
allowBookingAfterNoMinimum scheduling notice for events
allowCancellationNo
appoinmentPerSlotNo
isLivePaymentModeNo
calendarCoverImageNo
allowBookingForUnitNoUnit for controlling the duration for which booking would be allowed for
allowBookingAfterUnitNoUnit for minimum scheduling notice
formSubmitRedirectURLNo
googleInvitationEmailsNo
locationConfigurationsNoMeeting location configuration for event calendar
formSubmitThanksMessageNo
shouldAssignContactToTeamMemberNo
shouldSendAlertEmailsToAssignedMemberNo
shouldSkipAssigningContactForExistingNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already convey that this is a write operation (readOnlyHint false), idempotent, and non-destructive. The description adds no behavioral nuance beyond those hints—it does not mention side effects, permission requirements, or what happens to unspecified fields. Since it neither contradicts nor enriches the annotations, it offers minimal transparency beyond the structured metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is just two words, which is under-specification rather than effective conciseness. While brevity is valued, a tool with 52 parameters and significant complexity needs at least a sentence describing the update scope or key fields. The description fails to provide any structural cues, making it less like a helpful summary and more like a placeholder.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (52 params, nested objects, enums) and the absence of an output schema, the description is grossly incomplete. It does not explain what the update does, which fields are commonly updated, or how the inputs relate to the calendar entity. An agent cannot reasonably understand the tool's purpose or edge cases from this description alone; it is entirely inadequate for effective selection and use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 42%, which is below the 50% threshold where the description must compensate. The description provides zero information about parameters, leaving the agent to rely on a schema that leaves many fields undocumented. With 52 parameters, including complex nested objects like recurring and lookBusyConfig, the lack of parameter guidance severely hampers correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Update') and resource ('Calendar'), which distinguishes it from create or delete calendar operations. However, it is entirely generic—it does not indicate which of the 52 calendar attributes can be modified, leaving the agent to inspect the full schema to infer scope. It is not a tautology like 'Process', but it lacks the specificity seen in high-quality definitions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like calendars_create_calendar or calendars_update_calendar_resource. It does not state prerequisites, such as the need for an existing calendarId, nor does it mention any exclusions or sibling tools that might be more appropriate. The agent is left without direction on selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AIWerk/mcp-server-ghl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server