Check NOTAMs at a location
check_notamsCheck temporary UK airspace restrictions (NOTAMs) covering a point, radius, or date. Returns each NOTAM's validity, radius, and full text sorted by distance.
Instructions
Check temporary airspace restrictions (NOTAMs) from the NATS UK pre-flight bulletin that cover a point, optionally within a radius and on a given date. Returns each NOTAM with validity, radius and full text, sorted by distance. NOTAMs without usable coordinates are listed separately so nothing is silently dropped. Informational only; not a substitute for an official NATS pre-flight briefing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude in decimal degrees (WGS84). | |
| lon | No | Longitude in decimal degrees (WGS84), negative west of Greenwich. | |
| date | No | ISO 8601 date or date-time (UTC assumed when no offset). Defaults to now. | |
| place | No | Place name, postcode or landmark in the UK, e.g. "Tyndale Monument", "BS1 6QF", "Durdle Door". Use lat/lon instead if you already have coordinates. | |
| format | No | text for a readable report (default), json for structured output, brief for two or three spoken-friendly sentences (use in voice conversations). | text |
| radius_km | No | Also list NOTAMs whose circle comes within this many km of the point. 0 = only NOTAMs covering the point. | |
| max_results | No |