find_best_sailings
Decision query: the best upcoming sailings on a lane, ONE per carrier (next bookable departure), ranked. Filter by date window, max transit days, min on-time reliability, cut-off still open, and direct-vs-transshipment. Use this to answer "what should I book?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest departure date YYYY-MM-DD (default: +60 days) | |
| from | No | Earliest departure date YYYY-MM-DD (default: today) | |
| sort | No | Ranking (default recommended = reliability blended with transit) | |
| origin | Yes | Origin port UN/LOCODE or name resolves upstream, e.g. CNSHA | |
| cutoff_open | No | Only sailings whose booking cut-off has not passed | |
| destination | Yes | Destination port UN/LOCODE, e.g. NLRTM | |
| direct_only | No | Exclude transshipment routings | |
| max_transit_days | No | Maximum transit time in days | |
| reliability_floor | No | Minimum 90-day on-time %, 0-100 |