find_available_games
Find available padel games near you by location and time. Get slots with weather, booking, and calendar links.
Instructions
Find the nearest available padel games based on your location and preferred time. Returns slots with weather info, booking links, and calendar links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to find games (YYYY-MM-DD format) | |
| location | Yes | Your location (address, city name, or coordinates like "51.5074,-0.1278") | |
| max_results | No | Maximum number of results (default: 20) | |
| include_weather | No | Include weather information for each slot (default: true) | |
| max_distance_km | No | Maximum distance to search (1-50km, default: 10) | |
| preferred_time_end | No | Preferred latest start time (HH:mm format, e.g., "21:00") | |
| preferred_time_start | No | Preferred earliest start time (HH:mm format, e.g., "18:00") |