get_timetable
Retrieve bus schedules for any station in Nagoya using the station number to plan your journey and check departure times.
Instructions
Get timetable for a given station.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
station_number | Yes |
Input Schema (JSON Schema)
{
"properties": {
"station_number": {
"title": "Station Number",
"type": "integer"
}
},
"required": [
"station_number"
],
"type": "object"
}