Aviation Model Context Protocol

by blevinstein

get_notams

Retrieve NOTAMs using ICAO, domestic locations, types, classifications, or other filters in formats like geoJson, aixm, or aidap. Supports aviation pre-flight and in-flight planning within the Aviation Model Context Protocol.

Instructions

Retrieves NOTAMs based on specified filters

Input Schema

NameRequiredDescriptionDefault
classificationNoThe NOTAM classification
domesticLocationNoThe domestic location criteria (e.g., 'IAD' for Dulles International Airport)
effectiveEndDateNoThe effective end date
effectiveStartDateNoThe effective start date
featureTypeNoThe feature type filter
icaoLocationNoThe ICAO location criteria (e.g., 'KIAD' for Dulles International Airport)
lastUpdatedDateNoThe last update date
locationLatitudeNoThe location latitude (e.g., 60.57)
locationLongitudeNoThe location longitude (e.g., -151.24)
locationRadiusNoThe location radius in nautical miles (max: 100)
notamNumberNoThe NOTAM number (e.g., 'CK0000/01')
notamTypeNoThe NOTAM type: 'N' for New, 'R' for Replaced, 'C' for Canceled
pageNumNoThe page number
pageSizeNoThe page size (max: 1000)
responseFormatNoResponse format for NOTAM datageoJson
sortByNoThe field to sort results by
sortOrderNoThe sort order

Input Schema (JSON Schema)

{ "properties": { "classification": { "description": "The NOTAM classification", "enum": [ "INTL", "MIL", "DOM", "LMIL", "FDC" ], "type": "string" }, "domesticLocation": { "description": "The domestic location criteria (e.g., 'IAD' for Dulles International Airport)", "type": "string" }, "effectiveEndDate": { "description": "The effective end date", "type": "string" }, "effectiveStartDate": { "description": "The effective start date", "type": "string" }, "featureType": { "description": "The feature type filter", "enum": [ "RWY", "TWY", "APRON", "AD", "OBST", "NAV", "COM", "SVC", "AIRSPACE", "ODP", "SID", "STAR", "CHART", "DATA", "DVA", "IAP", "VFP", "ROUTE", "SPECIAL", "SECURITY", "MILITARY", "INTERNATIONAL" ], "type": "string" }, "icaoLocation": { "description": "The ICAO location criteria (e.g., 'KIAD' for Dulles International Airport)", "type": "string" }, "lastUpdatedDate": { "description": "The last update date", "type": "string" }, "locationLatitude": { "description": "The location latitude (e.g., 60.57)", "type": "number" }, "locationLongitude": { "description": "The location longitude (e.g., -151.24)", "type": "number" }, "locationRadius": { "description": "The location radius in nautical miles (max: 100)", "type": "number" }, "notamNumber": { "description": "The NOTAM number (e.g., 'CK0000/01')", "type": "string" }, "notamType": { "description": "The NOTAM type: 'N' for New, 'R' for Replaced, 'C' for Canceled", "enum": [ "N", "R", "C" ], "type": "string" }, "pageNum": { "default": 1, "description": "The page number", "type": "number" }, "pageSize": { "default": 50, "description": "The page size (max: 1000)", "type": "number" }, "responseFormat": { "default": "geoJson", "description": "Response format for NOTAM data", "enum": [ "aixm", "geoJson", "aidap" ], "type": "string" }, "sortBy": { "description": "The field to sort results by", "enum": [ "icaoLocation", "domesticLocation", "notamType", "notamNumber", "effectiveStartDate", "effectiveEndDate", "featureType" ], "type": "string" }, "sortOrder": { "description": "The sort order", "enum": [ "Asc", "Desc" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Aviation Model Context Protocol

Related Tools

ID: f7efjm18nb