CheckWX Station Information
checkwx.stations.infoRetrieves detailed metadata for any airport or weather station using its ICAO code, including location, runway details, and time zone.
Instructions
Airport/weather-station metadata by ICAO — name, IATA, latitude/longitude/elevation, country, city, time zone, runway info (count, longest length, surface).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_code | Yes | Single ICAO airport/station code (4-letter uppercase). Examples: 'KJFK', 'EGLL', 'RJTT'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |