A
licenseC
qualityD
maintenanceEnables AI agents to manage spa/wellness operations via Zenoti API, including appointments, guests, services, and billing.
23
49 npm
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct resource or action: bookings (create, get, list, available times), VSLs (get, list), and waitlist (get). No overlapping purposes.
All tools follow a consistent verb_noun snake_case pattern (e.g., create_booking, get_available_times, list_vsls). Singular vs plural is used appropriately.
Seven tools is a reasonable number for a booking-related server, covering core operations without being excessive or insufficient.
The set covers create, get, list, and availability checks, but lacks update and delete operations for bookings, which are notable omissions in a booking domain.