Find nearest public toilets
find_nearest_toiletsFind the nearest PUBLIC TOILETS to a location (from the National Public Toilet Map). Use this for questions like 'where's the closest toilet to me', 'nearest public toilet', 'is there an RV dump point near here', or 'closest accessible toilet'. Returns toilets sorted by distance with name, address, distance, opening hours, facilities (wheelchair access, baby change, RV dump point, showers, drinking water, etc.) and a directions link.
Provide the user's latitude/longitude. If the user says 'near me' and you already have their location from the conversation/context, pass it; otherwise ask for their location or a nearby place name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 5, max 25). | |
| latitude | Yes | Latitude of the search location. | |
| longitude | Yes | Longitude of the search location. | |
| radius_km | No | Search radius in km (default 15). If none are within radius, the closest are returned anyway. |