Indian Railways IRCTC
This helps to find , View and track indian railways
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Railway Train GetByNumber: Use this tool when the user asks train details for a known 5-digit train number. Calls `/trains/getTrain` and returns core train information.
- Railway Train SearchByRouteDate: Use this tool for date-based route search when source, destination, and journey date are known. Calls `/trains/searchTrains`. Do not use for non-India routes, booking/
- Railway Train BetweenStations: Use this tool to find trains between two station codes when date is not provided. Calls `/trains/betweenStations`. Do not use for non-India routes or booking/payment req
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
This helps to find , View and track indian railways
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| railway_train_getByNumber | Use this tool when the user asks train details for a known 5-digit train number. Calls `/trains/getTrain` and returns core train information. |
| railway_train_searchByRouteDate | Use this tool for date-based route search when source, destination, and journey date are known. Calls `/trains/searchTrains`. Do not use for non-India routes, booking/payment requests, or dates beyond 60 days in the future. |
| railway_train_betweenStations | Use this tool to find trains between two station codes when date is not provided. Calls `/trains/betweenStations`. Do not use for non-India routes or booking/payment requests. |
| railway_train_route | Use this tool for complete route and stoppage details of a known train number. Calls `/trains/getRoute`. |
| railway_station_liveBoard | Use this tool for station arrivals/departures board by station code. Calls `/trains/stationLive`. |
| railway_train_pnrStatus | Use this tool to check ticket PNR status using a 10-digit PNR number. Calls `/trains/pnrstatus`. |
| railway_train_liveStatus | Use this tool when the user wants current running status/location for a known train number. Calls `/trains/runningStatus` and returns current status and running position details. |