search_journeys
Find public transport journeys between two stations. Specify origin and destination IDs, optionally set departure time for trip planning.
Instructions
Search for journeys between two stations. If the user doesn't specify a departure time, ask them when they want to travel (e.g., 'now', 'tomorrow at 10:00', 'next Monday 14:30').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originId | Yes | Origin station ID from search_station tool | |
| departureTime | No | Departure time in YYYY-MM-DDTHH:MM format (e.g., '2025-01-20T14:30'). If not provided, defaults to now. | |
| destinationId | Yes | Destination station ID from search_station tool |