Skip to main content
Glama

Aviationstack MCP Server

MIT License
5

flight_arrival_departure_schedule

Retrieve real-time flight arrival and departure schedules by specifying the airport IATA code, schedule type, airline name, and number of flights using the Aviationstack MCP Server.

Instructions

MCP tool to get flight arrival and departure schedule.

Input Schema

NameRequiredDescriptionDefault
airline_nameYes
airport_iata_codeYes
number_of_flightsYes
schedule_typeYes

Input Schema (JSON Schema)

{ "properties": { "airline_name": { "title": "Airline Name", "type": "string" }, "airport_iata_code": { "title": "Airport Iata Code", "type": "string" }, "number_of_flights": { "title": "Number Of Flights", "type": "integer" }, "schedule_type": { "title": "Schedule Type", "type": "string" } }, "required": [ "airport_iata_code", "schedule_type", "airline_name", "number_of_flights" ], "title": "flight_arrival_departure_scheduleArguments", "type": "object" }

Other Tools from Aviationstack MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pradumnasaraf/aviationstack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server