OF
On-Demand Flight Status
/schedule/flights
Retrieves a unique flight by search criteria.
Retrieves a unique flight by search criteria.
liveunknown~3s typical
flightson-demand
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-on-demand-flight-status /schedule/flights for me.
Input
| Field | Type | Description |
|---|---|---|
| carrierCode* | string | 2 to 3-character IATA carrier code ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)). default null |
| flightNumber* | string | 1 to 4-digit number of the flight. e.g. 4537 default null |
| scheduledDepartureDate* | string | scheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD. default null |
| operationalSuffix | string | 1-letter operational suffix assigned by the carrier to differentiate flight in case of delay changing the departure date e.g. A 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-on-demand-flight-status","endpoint":"/schedule/flights","input":{"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-on-demand-flight-status -e /schedule/flights -i '{"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-on-demand-flight-status", endpoint: "/schedule/flights", input: {"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.