mbta_get_nearby_stops
Find MBTA transit stops near your location using latitude and longitude coordinates. Specify search radius and result limit.
Instructions
Get stops near a specific location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude of the location | |
| longitude | Yes | Longitude of the location | |
| radius | No | Search radius in meters (default: 1000) | |
| page_limit | No | Number of results to return (default: 10) |