searchTrainTickets
Find train tickets between two cities for a specific date using the YYYY-MM-DD format. Quickly retrieve travel options for departure and arrival locations.
Instructions
Search for train tickets between two cities on a specific date. Date must be in YYYY-MM-DD format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | Travel date in YYYY-MM-DD format. IMPORTANT: If user input only cotains month and date, you should use getTodayDate tool to get the year. For today's date, use getTodayDate tool instead of hardcoding | |
from | Yes | Departure city name (e.g. 合肥) | |
to | Yes | Arrival city name (e.g. 北京) |