get_cheapest_travel_day
Find the cheapest day to travel between two Italian cities by comparing daily prices for trains, buses, ferries, and private transfers.
Instructions
Find the cheapest day of the week to travel between two Italian cities.
Args: from_city: Origin city slug (e.g. 'rome', 'milan', 'florence') to_city: Destination city slug (e.g. 'rome', 'milan', 'florence')
Returns: Day-by-day price breakdown showing the cheapest day to travel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_city | Yes | ||
| from_city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |