get_outfit_recommendation
Get clothing recommendations based on weather and travel plans. Analyzes origin, destination, travel mode, and departure time to suggest what to wear for walking, cycling, or driving.
Instructions
Get clothing recommendations based on weather and travel plans. Analyses current location, destination, travel time, and weather forecast to suggest what to wear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Starting location (e.g., 'Bristol', 'London Bridge') | |
| destination | Yes | Destination (e.g., 'city centre', 'Manchester') | |
| travel_mode | No | Mode of travel | walking |
| hours_until_departure | No | Hours until you leave (0 for now) |