mbta_get_routes
Retrieve MBTA routes. Optionally filter by route ID, type (light rail, subway, commuter rail, bus, ferry), or limit results.
Instructions
Get MBTA routes. Optionally filter by route ID or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_id | No | Specific route ID to get | |
| route_type | No | Filter by route type (0=Light Rail, 1=Subway, 2=Commuter Rail, 3=Bus, 4=Ferry) | |
| page_limit | No | Number of results to return (default: 10) |