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 8 tools
Each tool targets a distinct entity (appointments, animals, consults, contacts, invoices, products) with clear read/write boundaries, so no ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., create_appointment, list_animals), making the set predictable.
With 8 tools covering core entities in a veterinary practice system, the count is well-scoped and neither sparse nor excessive.
The tool set is read-heavy and lacks update/delete operations for most entities, and only appointments have a create function, leaving significant lifecycle gaps.