random_aircraft_type
Generate random aircraft types based on specified quantity using the AviationStack API. Ideal for simulations, testing, or aviation-related data analysis.
Instructions
MCP tool to get random aircraft type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
number_of_aircraft | Yes |
Input Schema (JSON Schema)
{
"properties": {
"number_of_aircraft": {
"title": "Number Of Aircraft",
"type": "integer"
}
},
"required": [
"number_of_aircraft"
],
"title": "random_aircraft_typeArguments",
"type": "object"
}