Acuity Scheduling
Schedule appointments, manage calendars, and automate client booking workflows with Acuity Scheduling.
Tools
| Name | Description |
|---|---|
list_appointment_typesList appointment types available in Acuity Scheduling. | List appointment types available in Acuity Scheduling. |
list_calendarsList Acuity calendars. | List Acuity calendars. |
list_availability_datesReturn dates with availability for a month and appointment type. | Return dates with availability for a month and appointment type. |
list_availability_timesReturn available time slots for a date and appointment type. | Return available time slots for a date and appointment type. |
list_appointmentsList appointments with optional date, calendar, appointment type, and email filters. | List appointments with optional date, calendar, appointment type, and email filters. |
get_appointmentGet a single appointment by ID. | Get a single appointment by ID. |
create_appointmentBook an Acuity appointment using an available datetime, appointment type, and required client details. | Book an Acuity appointment using an available datetime, appointment type, and required client details. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('acuity-scheduling', 'list_appointment_types', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'acuity-scheduling',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Acuity Scheduling to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Acuity Scheduling support?
Acuity Scheduling supports 7 tools including List Appointment Types, List Calendars, List Availability Dates, List Availability Times, List Appointments, and more.
Can I use Acuity Scheduling with AI agents?
Yes. Add Acuity Scheduling to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Acuity Scheduling to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Acuity Scheduling as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Acuity Scheduling tools exposed by that workspace.
Does Acuity Scheduling work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Acuity Scheduling work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Acuity Scheduling?
Acuity Scheduling exposes 7 tools, including List Appointment Types, List Calendars, List Availability Dates, List Availability Times, List Appointments, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Acuity Scheduling be used in stateful agent workflows?
Yes. Agents can combine Acuity Scheduling tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Acuity Scheduling use?
Acuity Scheduling uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Acuity Scheduling integration cost?
The Acuity Scheduling integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Acuity Scheduling in minutes
Get 20,000 free action executions every month. No credit card required.