check_availability
Check available padel court time slots at a venue. Returns slots with weather info, booking links, and calendar links.
Instructions
Check available padel court time slots at a specific venue. Returns slots with weather info, booking links, and calendar links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to check availability (YYYY-MM-DD format) | |
| end_time | No | Optional end time filter (HH:mm format, e.g., "18:00") | |
| venue_id | Yes | The venue ID (obtained from find_nearby_courts) | |
| start_time | No | Optional start time filter (HH:mm format, e.g., "09:00") | |
| venue_name | No | Optional venue name for display purposes | |
| include_weather | No | Include weather information for each slot (default: true) |