駅の時刻表
get_timetableRetrieve departure timetables for a station, filtered by line, direction, and time range. If the line or direction is ambiguous, a list of candidates is returned to refine the query.
Instructions
指定駅・路線・方面の発車時刻表を取得する。路線・方面が曖昧な場合は候補一覧をエラーとして返すので、それを見て絞り込んで再実行する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | No | 路線名の部分一致(例: 山手線、東海道新幹線) | |
| hourTo | No | この時台以前のみ返す | |
| dayType | No | weekday=平日 / saturday=土曜 / holiday=日祝 | weekday |
| station | Yes | 駅名 または 駅コード(search_stationで取得) | |
| hourFrom | No | この時台以降のみ返す | |
| direction | No | 方面の部分一致(例: 品川・渋谷方面 なら 品川) |