mbta_get_stops
Retrieve MBTA stops filtered by stop ID, route, or geographic location with configurable search radius.
Instructions
Get MBTA stops. Filter by stop ID, route, or location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop_id | No | Specific stop ID to get | |
| route_id | No | Filter stops by route ID | |
| latitude | No | Latitude for location-based search | |
| longitude | No | Longitude for location-based search | |
| radius | No | Search radius in meters (used with lat/lng) | |
| page_limit | No | Number of results to return (default: 10) |