mbta_get_schedules_by_time
Retrieve MBTA transit schedules filtered by date, time range, route, stop, or trip. Plan your journey with precise time windows.
Instructions
Get MBTA schedules filtered by specific times and dates. Use this to find transit schedules for particular time windows, dates, or specific trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by service date (YYYY-MM-DD format) | |
| min_time | No | Filter schedules at or after this time (HH:MM format, use >24:00 for next day) | |
| max_time | No | Filter schedules at or before this time (HH:MM format) | |
| route_id | No | Filter by specific route ID | |
| stop_id | No | Filter by specific stop ID | |
| trip_id | No | Filter by specific trip ID | |
| direction_id | No | Filter by direction (0 or 1) | |
| page_limit | No | Maximum number of results to return (default: 10) |