AO
Airport On-Time Performance
/airport/predictions/on-time
Returns a percentage of on-time flight departures from a given airport.
Returns a percentage of on-time flight departures from a given airport.
liveunknown~3s typical
airport-ontime-predictionairport
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-airport-on-time-performance /airport/predictions/on-time for me.
Input
| Field | Type | Description |
|---|---|---|
| airportCode* | string | airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx), e.g. BOS for Boston default null |
| date* | string | the date on which the traveler will depart from the give airport. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2019-12-25 default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-amadeus-com-amadeus-airport-on-time-performance","endpoint":"/airport/predictions/on-time","input":{"airportCode":"...","date":"..."}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-airport-on-time-performance -e /airport/predictions/on-time -i '{"airportCode":"...","date":"..."}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-airport-on-time-performance", endpoint: "/airport/predictions/on-time", input: {"airportCode":"...","date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.