stl_gtfs_routes
Find and list transit routes by type or search term, showing IDs, names, and trip counts. Filter by bus, tram, subway, or rail to inspect GTFS data.
Instructions
List routes with ids, short and long names, type and trip counts.
Args: route_type: GTFS route_type as a string. '3' is bus, '0' tram/streetcar, '1' subway, '2' rail. search: case-insensitive substring match across all route fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | ||
| snapshot | No | ||
| route_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |