Skip to main content
Glama

Aerospace MCP

by cheesejaguar

get_aircraft_performance

Calculate aircraft performance metrics for specific types, including fuel consumption and flight dynamics, based on route distance, cruise altitude, and mass. Supports accurate flight planning and optimization.

Instructions

Get performance estimates for an aircraft type (requires OpenAP)

Input Schema

NameRequiredDescriptionDefault
aircraft_typeYesICAO aircraft type code (e.g., 'A320', 'B738')
cruise_altitudeNoCruise altitude in feet
distance_kmYesRoute distance in kilometers
mass_kgNoAircraft mass in kg (optional)

Input Schema (JSON Schema)

{ "properties": { "aircraft_type": { "description": "ICAO aircraft type code (e.g., 'A320', 'B738')", "type": "string" }, "cruise_altitude": { "default": 35000, "description": "Cruise altitude in feet", "maximum": 45000, "minimum": 8000, "type": "integer" }, "distance_km": { "description": "Route distance in kilometers", "minimum": 1, "type": "number" }, "mass_kg": { "description": "Aircraft mass in kg (optional)", "type": "number" } }, "required": [ "aircraft_type", "distance_km" ], "type": "object" }

Other Tools from Aerospace MCP

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/cheesejaguar/aerospace-mcp'

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