find_ev_charging_stations
Locate nearby electric vehicle charging stations by specifying coordinates, radius, and connector types. Filter results by minimum power delivery to plan trips or identify optimal charging stops.
Instructions
Locate electric vehicle charging stations near a specific location.
This specialized search tool identifies EV charging infrastructure within a specified distance from a location. Results can be filtered by connector type (Tesla, CCS, CHAdeMO, etc.) and minimum power delivery. Essential for EV owners planning trips or evaluating potential charging stops.
Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 5000m/5km) connector_types: Optional list of specific connector types to filter by (e.g., ["type2", "ccs", "tesla"]) min_power: Minimum charging power in kW
Returns: List of charging stations with: - Location name and operator - Available connector types - Charging speeds - Number of charging points - Access restrictions - Other relevant metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connector_types | No | ||
latitude | Yes | ||
longitude | Yes | ||
min_power | No | ||
radius | No |