plan_trip
Plan trips using Winnipeg Transit by entering origin and destination addresses, landmarks, or stop numbers to get transit directions and schedules.
Instructions
Plan a trip between two points using Winnipeg Transit.
Arguments 'origin' and 'destination' can be:
- Plain text addresses or landmarks (e.g. "The Forks", "IKEA", "123 Main St") - Resolved via OSM
- Stop numbers (e.g. "10625", "Stop 10541")
- Formatted keys:
- "stops/{key}"
- "geo/{lat},{lon}"
- "intersection/{key}"Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| destination | Yes | ||
| mode | No | depart-after | |
| date | No | ||
| time | No |