lookupCity
Find city IDs for weather queries by searching with city names, coordinates, or existing IDs. Returns location identifiers to use with weather forecast tools.
Instructions
Look up city information by name, ID, or coordinates. Returns city ID that can be used with other weather tools.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | The location to look up (city name, coordinates, etc.). Examples: 'London', 'New York', '39.9,116.3' | |
| options | No | Lookup configuration options, all fields are optional |