Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SALONRUNNER_PASSWORDYesYour client login password
SALONRUNNER_SALON_IDYesThe salon ID from the booking URL
SALONRUNNER_USERNAMEYesYour client login username
SALONRUNNER_READ_ONLYNoSet to true to disable book/cancelfalse
SALONRUNNER_CUSTOMER_IDNoAuto-discovered; set only if discovery fails
SALONRUNNER_SLOT_MINUTESNoSalon booking granularity15

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_servicesA

List bookable services offered by the salon (name, id, price, base duration).

list_providersA

List stylists/providers who take online bookings. Optionally filter to those who perform a given serviceId.

find_availabilityA

Find open appointment slots for a service in a date range (inclusive). Dates are YYYY-MM-DD. Optionally restrict to one providerId. Returns startable times with the matching provider.

list_my_appointmentsA

List the signed-in client's upcoming (non-cancelled) appointments.

book_appointmentA

Book an appointment. startTime must be a value returned by find_availability ('YYYY-MM-DD HH:MM:SS'). End time is computed from the provider's service duration. This creates a REAL booking subject to the salon's cancellation policy.

cancel_appointmentA

Cancel an existing appointment by appointmentId (from list_my_appointments). Cancellation fees may apply per the salon's policy.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/topness-msft/salonrunner-mcp'

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