therapy-booking
Check live availability and book therapy sessions with a Malayalam-speaking psychologist.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Check live availability and book therapy sessions with a Malayalam-speaking psychologist.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| 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. |