rowhint_compare_seats
Compare two specific seats on the same aircraft side by side. Returns scores, notes, dimensions, and a recommendation for which seat is better. Use when someone asks "Should I pick 14A or 22F on the Southwest 737 MAX 8?" or is deciding between two seats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seat_a | Yes | First seat to compare (e.g., 14A) | |
| seat_b | Yes | Second seat to compare (e.g., 22F) | |
| config_id | Yes | Aircraft configuration ID |