{"name":"dentaljb","version":"1.0.0","description":"Search and book dental clinics in Johor Bahru.","website":"https://dentaljb.com","documentation":"https://dentaljb.com/api/docs","openapi":"https://dentaljb.com/api/docs?format=openapi","api_base":"https://dentaljb.com/api/v1","tools":[{"name":"search_clinics","description":"Filter clinics by treatment, area, price, rating, border proximity.","method":"GET","path":"/clinics","auth":"none"},{"name":"get_clinic","description":"Get full clinic detail incl. services and price bands.","method":"GET","path":"/clinics/{id}","auth":"none"},{"name":"compare_prices","description":"Compare a procedure's SGD vs MYR price and expected savings.","method":"GET","path":"/treatments","auth":"none"},{"name":"book_appointment","description":"Create a booking request; returns a booking_id and status.","method":"POST","path":"/bookings","auth":"bearer","input_schema":{"type":"object","required":["clinic_id","treatment","preferred_dates","patient"],"properties":{"clinic_id":{"type":"string"},"treatment":{"type":"string","enum":["dental-implants","invisalign","braces","teeth-whitening","scaling-polishing","root-canal","wisdom-tooth","veneers"]},"preferred_dates":{"type":"array","items":{"type":"string","format":"date"},"maxItems":3},"patient":{"type":"object","required":["name","phone"],"properties":{"name":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string","format":"email"},"residency":{"type":"string","enum":["SG","MY","OTHER"]}}},"notes":{"type":"string"}}}},{"name":"get_booking","description":"Poll booking status by booking_id.","method":"GET","path":"/bookings/{id}","auth":"bearer"}]}