Compare Cities
compare_citiesCompare cities by water temperature, flow, and safety to discover the warmest and coldest spots and how many are safe for swimming.
Instructions
Compare multiple cities
This is the recommended tool for comparing one to many cities.
Args:
cities: List of city identifiers (e.g., ['Bern', 'Thun']).
If None, compares all available cities.
Returns: Dictionary with: - cities: List of city data with temperature, flow, safety - warmest: City with highest temperature - coldest: City with lowest temperature - safe_count: Number of cities with safe flow conditions - total_count: Total cities compared
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||