get_route_stops
Get all stops or stations along a transit route by providing a city and route ID, with optional direction filtering.
Instructions
Retrieves stops and stations along a specific transit route in a supported city.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City identifier or alias (e.g. 'msp', 'boston', 'sf_bart', 'chicago', 'portland') | |
| route_id | Yes | Route or line identifier (e.g. '901', 'Red', '12') | |
| direction | No | Optional direction (e.g. '0', '1', 'Northbound', 'Inbound') |