rowhint_pick_seat
Get the best seat recommendations for a specific flight. Takes a flight number (e.g., "UA1234", "DL567") and optionally cabin class, seat position preference (window/aisle), and priority (legroom/recline/quiet). Returns top picks with scores and notes, seats to avoid, aircraft info, and a confidence rating. Use when someone says "I'm flying AA1234 next week, where should I sit?" or "Best window seat on DL567?" This is the easiest way to get seat recommendations — just provide a flight number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cabin | No | Cabin class filter | |
| flight | Yes | Flight number (e.g., UA1234, DL567, AA100) | |
| position | No | Seat position preference | |
| priority | No | What matters most: legroom, recline, or quiet location |