booboooking_find_next_available
Search forward for the next available appointment slots for a provider and service on booboooking.com. Returns up to count openings sorted chronologically. Useful when you need "the next available appointment" without a specific date in mind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of openings to return (default: 3, max: 10) | |
| provider | Yes | Provider identifier | |
| from_date | No | Start search from this date in YYYYMMDD format (default: today) | |
| service_id | Yes | Service ID from booboooking_list_services | |
| search_days | No | Days to search ahead (default: 30, max: 60) |