mbta_get_trips
Get MBTA trip information with optional filters for trip ID, route, and direction to obtain specific trip data.
Instructions
Get MBTA trip information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | No | Specific trip ID to get | |
| route_id | No | Filter trips by route ID | |
| direction_id | No | Filter by direction (0 or 1) | |
| page_limit | No | Number of results to return (default: 10) |