mbta_get_facilities
Retrieve facility details such as elevators, escalators, and parking for MBTA stops. Filter by facility type, stop ID, or specific facility ID.
Instructions
Get facility information (elevators, escalators, parking).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facility_id | No | Specific facility ID to get | |
| stop_id | No | Filter facilities by stop ID | |
| facility_type | No | Filter by facility type (ELEVATOR, ESCALATOR, PARKING_AREA, etc.) | |
| page_limit | No | Number of results to return (default: 10) |