booboooking_check_availability
Check available time slots for a provider and service on booboooking.com. Returns available dates with slots — each slot has a "time" field (use this for booboooking_book) and a "display" field (show this to the user). Use this before booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider identifier | |
| days_ahead | No | How many days to check (default: 14, max: 30) | |
| service_id | Yes | Service ID from booboooking_list_services (the "id" field) | |
| start_date | No | Start date in YYYYMMDD format (default: today) |