therapy-booking
Check live availability and book therapy sessions with a Malayalam-speaking psychologist.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Check live availability and book therapy sessions with a Malayalam-speaking psychologist.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| list_services | List session types and prices for booking therapy with ElloMind. Call before creating a booking so you use a valid session_type and plan_code. |
| check_availability | Real open time slots (IST) for a session type over a date range. Dates are YYYY-MM-DD. |
| create_booking_draft | Hold a specific slot and return a single-use pay link to hand the customer. Call check_availability first and use one of its times. Collect the customer's name, phone, and email first. The price is server-set; you cannot set an amount. Payment and consent stay with the customer. |
| get_booking_status | Retrieve a booking's status and Meet link to show the customer in chat. The booking already confirms automatically on payment (the customer is emailed the invite + link) — this tool does NOT lock in or create anything, it only reads the current state. Call it when the customer asks. REQUIRES the poll_key from create_booking_draft; a ref on its own will not release the Meet link. |