advanced_search_availability
[DETAIL TOOL] Search appointment slots/cards. Use directly when clinic is known, or after search_available_clinics_map selection. Params: city (required), medical_service, doctor, clinic, start_day/end_day (YYYY-MM-DD). Date rules: 'tomorrow/domani' is the day after today; 'next week/prossima settimana' means the next calendar Monday-Sunday week, not tomorrow. If no results with doctor/clinic filters, automatically retries without them. Returns slots with booking_url for checkout (supports pre-filled params: &name=&last_name=&email=&phone=&tax_code=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name (full or partial, e.g., 'Firenze', 'Milan') | |
| clinic | No | Clinic/facility name (full or partial) | |
| doctor | No | Doctor name (full or partial, e.g., 'Mario Rossi') | |
| end_day | No | Ending date for availability search (YYYY-MM-DD) | |
| detailed | No | Return full slot details (default: false, returns summary) | |
| start_day | No | Starting date for availability search (YYYY-MM-DD, default: today) | |
| medical_service | No | Service name or symptom description (full or partial, e.g., 'Rx Braccio', 'blood test', 'back pain') |