plan_journey
Plan multi-stop transit journeys in Winnipeg with optional route optimization and scheduling. Input locations as addresses, stop numbers, or formatted keys.
Instructions
Plan a multi-stop journey (A -> B -> C ...).
Args:
stops: List of locations (plain text, stop numbers, or formatted keys)
optimize: If True, optimized the visit order (TSP) starting from the first stop.
date: Optional start date (YYYY-MM-DD or equivalent accepted by API).
time: Optional start time (HH:MM).Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stops | Yes | ||
| optimize | No | ||
| date | No | ||
| time | No |