find_nearest_stations
Find fuel stations nearest to a given coordinate by specifying fuel type, location, and optional search radius and result limit.
Instructions
Find fuel stations nearest to a coordinate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuel | Yes | Fuel type code (e.g. B7, E5, E10, E85, LPG, CNG, LNG, EV) | |
| lat | Yes | Latitude of the search centre | |
| limit | No | Maximum number of results (default 5) | |
| lon | Yes | Longitude of the search centre | |
| radius_km | No | Search radius in kilometres (default 10) |