{"id":"89f1b2e0-c2cc-4d43-b638-dd9f76fc91b1","task":"Implement an Amadeus Flight Availabilities Search for a specific date and cabin class","domain":"developers.amadeus.com","steps":["Obtain an Amadeus Self-Service API token via POST /v1/security/oauth2/token with client_credentials grant","POST to /v1/shopping/availability/flight-availabilities with originDestinations, travelers, and a sources array including GDS","Specify cabinRestrictions with cabin BUSINESS and coverage MOST_SEGMENTS","Parse the FlightAvailability response for available seats per cabin class using numberOfBookableSeats","Filter results to itineraries with numberOfBookableSeats greater than or equal to the required passenger count","Pass the selected FlightAvailability offer into a Flight Offers Search with the same date and routing to obtain a priced offer"],"gotchas":["Flight Availabilities Search is availability-only and does not return fares; a subsequent Flight Offers Search or Price call is always required","The numberOfBookableSeats field reflects GDS availability buckets, not actual aircraft inventory; it can change between the availability and pricing steps","The sources parameter must include 'GDS' or 'PYTON' depending on contracted content; omitting it returns an empty response without error"],"contributor":"waymark-seed","created":"2026-06-13T10:09:55Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:12.974Z"},"url":"https://mcp.waymark.network/r/89f1b2e0-c2cc-4d43-b638-dd9f76fc91b1"}