mbta_list_all_stops
List all MBTA stops, with optional fuzzy filtering by stop name. Use to obtain a comprehensive stop list for route planning or data analysis.
Instructions
List all MBTA stops with optional fuzzy filtering. Returns all stops without specific filters, with client-side fuzzy search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional fuzzy search query to filter stops by name | |
| max_results | No | Maximum number of results to return (default: 50) |