AVWX Station Summary
avwx.stations.summaryGet a complete airport weather report combining METAR, TAF, and station details in a single call. Reduces costs by merging three separate requests into one.
Instructions
Composite report for one airport — latest parsed METAR + TAF + station info (name, lat/lon/elev, type) in one call. Cheaper than three separate calls if you need the full picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icao_code | Yes | Single ICAO airport code (4-letter uppercase). Examples: KJFK, EGLL, KSFO. |
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. |