acuity-scheduling
Server Details
Read appointments, types, calendars and availability; create, cancel or reschedule bookings.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
18 toolsacuity_availability_classesGet available classesRead-onlyInspect
List group class time slots (for class-type appointment types) in a month. Acuity REST: GET /availability/classes.
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | Month to check, formatted YYYY-MM, e.g. '2026-08'. | |
| timezone | No | IANA timezone for the returned times, e.g. 'America/New_York'. | |
| appointmentTypeID | Yes | Class appointment type id (required). | |
| includeUnavailable | No | If true, also include full/unavailable class times. |
acuity_availability_datesGet available datesRead-onlyInspect
List dates in a month that have availability for an appointment type. Acuity REST: GET /availability/dates.
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | Month to check, formatted YYYY-MM, e.g. '2026-08'. | |
| timezone | No | IANA timezone for the returned dates, e.g. 'America/New_York'. | |
| calendarID | No | Restrict to a specific calendar id. | |
| appointmentTypeID | Yes | Appointment type id to check availability for (required). |
acuity_availability_timesGet available timesRead-onlyInspect
List available time slots on a given date for an appointment type. Acuity REST: GET /availability/times.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check, formatted YYYY-MM-DD, e.g. '2026-08-15'. | |
| timezone | No | IANA timezone for the returned times, e.g. 'America/New_York'. | |
| calendarID | No | Restrict to a specific calendar id. | |
| appointmentTypeID | Yes | Appointment type id to check availability for (required). |
acuity_cancel_appointmentCancel appointmentDestructiveInspect
CANCELS an existing appointment. This MODIFIES the calendar and, unless suppressed, may send cancellation emails. Acuity REST: PUT /appointments/{id}/cancel.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment id to cancel (required). | |
| admin | No | If true, cancel as admin (bypasses client cancellation restrictions). | |
| noEmail | No | If true, suppress cancellation emails. | |
| cancelNote | No | Optional note explaining the cancellation. |
acuity_create_appointmentCreate appointmentDestructiveInspect
CREATES a new appointment (books a client into a time slot). This MODIFIES the calendar and, unless suppressed, may send confirmation emails. Acuity REST: POST /appointments.
| Name | Required | Description | Default |
|---|---|---|---|
| admin | No | If true, book as admin — bypasses availability checks and required-form enforcement. Default false. | |
| Yes | Client email (required). | ||
| notes | No | Notes to attach to the appointment. | |
| phone | No | Client phone number. | |
| fields | No | Intake form field answers, each { id, value }. | |
| noEmail | No | If true, suppress client/owner confirmation emails. | |
| datetime | Yes | Start time in ISO 8601 with offset, e.g. '2026-08-15T14:00:00-0400' (required). | |
| lastName | Yes | Client last name (required). | |
| timezone | No | IANA timezone for the datetime, e.g. 'America/New_York'. | |
| firstName | Yes | Client first name (required). | |
| calendarID | No | Calendar id to book on (defaults to an available one). | |
| appointmentTypeID | Yes | Appointment type id to book (required). |
acuity_create_clientCreate clientDestructiveInspect
CREATES a new client record in the account's client list. This ADDS data to the account. Acuity REST: POST /clients.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Client email. | ||
| notes | No | Notes about the client. | |
| phone | No | Client phone number. | |
| lastName | Yes | Client last name (required). | |
| firstName | Yes | Client first name (required). |
acuity_get_appointmentGet appointmentRead-onlyInspect
Get a single appointment by its id. Acuity REST: GET /appointments/{id}.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment id. |
acuity_get_meGet account infoRead-onlyInspect
Get the authenticated Acuity account's profile (name, email, timezone, plan, currency). Acuity REST: GET /me.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
acuity_list_appointmentsList appointmentsRead-onlyInspect
List appointments scheduled on the account, with optional filters. Acuity REST: GET /appointments.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max appointments to return. | |
| No | Filter by client email. | ||
| maxDate | No | Only appointments on/before this date (YYYY-MM-DD or ISO datetime). | |
| minDate | No | Only appointments on/after this date (YYYY-MM-DD or ISO datetime). | |
| canceled | No | If true, return canceled appointments (default false). | |
| lastName | No | Filter by client last name. | |
| direction | No | Sort order by datetime. ASC (default) or DESC. | |
| firstName | No | Filter by client first name. | |
| calendarID | No | Filter to a specific calendar id. | |
| appointmentTypeID | No | Filter to a specific appointment type id. |
acuity_list_appointment_typesList appointment typesRead-onlyInspect
List the account's appointment types (services and classes), including price, duration and calendars. Acuity REST: GET /appointment-types.
| Name | Required | Description | Default |
|---|---|---|---|
| includeDeleted | No | If true, also include deleted/inactive appointment types. |
acuity_list_blocksList blocked-off timesRead-onlyInspect
List blocked-off (unavailable) time ranges on the account's calendars. Acuity REST: GET /blocks.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max blocks to return. | |
| maxDate | No | Only blocks on/before this date (YYYY-MM-DD or ISO datetime). | |
| minDate | No | Only blocks on/after this date (YYYY-MM-DD or ISO datetime). | |
| calendarID | No | Filter to a specific calendar id. |
acuity_list_calendarsList calendarsRead-onlyInspect
List the account's calendars (staff/resources appointments can be booked on). Acuity REST: GET /calendars.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
acuity_list_clientsList clientsRead-onlyInspect
List clients on the account, optionally filtered by a search string (name/email/phone). Acuity REST: GET /clients.
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Optional search string to match client name, email, or phone. |
acuity_list_formsList intake formsRead-onlyInspect
List the account's custom intake forms and their fields. Acuity REST: GET /forms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
acuity_list_labelsList labelsRead-onlyInspect
List the appointment labels (colored tags) defined on the account. Acuity REST: GET /labels.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
acuity_list_ordersList ordersRead-onlyInspect
List store orders (product / package / gift-certificate purchases). Acuity REST: GET /orders.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max orders to return. | |
| No | Filter orders by buyer email. |
acuity_list_productsList productsRead-onlyInspect
List the account's products / packages / gift certificates for sale. Acuity REST: GET /products.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
acuity_reschedule_appointmentReschedule appointmentDestructiveInspect
RESCHEDULES an existing appointment to a new time (and optionally a new calendar). This MODIFIES the calendar and, unless suppressed, may send update emails. Acuity REST: PUT /appointments/{id}/reschedule.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment id to reschedule (required). | |
| admin | No | If true, reschedule as admin (bypasses availability checks). | |
| noEmail | No | If true, suppress reschedule emails. | |
| datetime | Yes | New start time in ISO 8601 with offset, e.g. '2026-08-16T10:00:00-0400' (required). | |
| calendarID | No | Move the appointment to this calendar id. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!