Skip to main content
Glama

Aviationstack MCP Server

MIT License
5

future_flights_arrival_departure_schedule

Retrieve future flight arrival and departure schedules by specifying airport, airline, date, and number of flights using the Aviationstack MCP Server.

Instructions

MCP tool to get flight future arrival and departure schedule.

Input Schema

NameRequiredDescriptionDefault
airline_iataYes
airport_iata_codeYes
dateYes
number_of_flightsYes
schedule_typeYes

Input Schema (JSON Schema)

{ "properties": { "airline_iata": { "title": "Airline Iata", "type": "string" }, "airport_iata_code": { "title": "Airport Iata Code", "type": "string" }, "date": { "title": "Date", "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_iata", "date", "number_of_flights" ], "title": "future_flights_arrival_departure_scheduleArguments", "type": "object" }

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