Parking Spots Search Tool
parking-spots-search-toolFull Description
Search for available parking spots within a specified geographic area.
This tool queries the SparkSpot parking database and returns structured information about available parking spots. Results are filtered to show only spots that are available for the requested period.
**IMPORTANT
- Response Format:**
Results are displayed in an interactive UI widget that shows all parking spot details (images, names, addresses, pricing, distances, availability, and booking buttons).
Keep your text response SHORT - just provide a brief summary since the UI widget displays all the detailed information. DO NOT list individual parking spots with all their details - the widget does this automatically.
Example good response: "I found 12 parking spots near Brussels. The widget above shows all options with pricing from €8-15/day and distances from 200m-1km."
Use date range parameters (from/to) to check availability for specific periods. For single day bookings, set both from and to to the same date (e.g., from=2024-04-22 & to=2024-04-22). Do NOT set to to from + 1 day for single day bookings.
Parameters (0 required, 7 optional)
ev_charger_requiredintegerEV charger filter: 0 = without EV, 1 = with EV only, 2 = all (default: 2)
fromstringStart date for availability check in Y-m-d format (e.g., 2024-04-22). For single day bookings, set equal to `to`.
latitudenumberLatitude coordinate of the search center (required)
longitudenumberLongitude coordinate of the search center (required)
per_pageintegerNumber of results to return (default: 20, max: 50)
radiusintegerSearch radius in meters (default: 5000)
tostringEnd date for availability check in Y-m-d format (e.g., 2024-04-25). For single day bookings, set equal to `from` — do NOT use from + 1 day.