find_stations
Find bike stations in a city with live availability. Filter by a name search and/or sort by distance from a coordinate (results then include distance_km). Without lat/lon, results are sorted by most bikes available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude to sort by proximity | |
| lon | No | Longitude to sort by proximity | |
| city | Yes | City id: one of manchester | |
| limit | No | ||
| query | No | Case-insensitive station name filter |