find_station
Search for train stations by name to get matching options with IDs and full names. Use it to confirm station names before planning a journey or when the exact name is uncertain.
Instructions
Search for a train station by name and return matching options.
Useful for checking station names before searching for journeys, or when you're not sure of the exact station name.
Args: station_name: Station name to search for (e.g., "Paris", "Munich", "Lyon")
Returns: A formatted string showing matching stations with their IDs and full names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |