random_airplanes_detailed_info
Fetch detailed information about random airplanes using the Aviationstack MCP Server. Specify the number of airplanes to retrieve real-time data for research, analysis, or tracking purposes.
Instructions
MCP tool to get random airplanes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
number_of_airplanes | Yes |
Input Schema (JSON Schema)
{
"properties": {
"number_of_airplanes": {
"title": "Number Of Airplanes",
"type": "integer"
}
},
"required": [
"number_of_airplanes"
],
"title": "random_airplanes_detailed_infoArguments",
"type": "object"
}