rowhint_get_seat_score
Get the quality score (1-10), color rating, and detailed notes for a specific airline seat. Returns comfort assessment, recline data, proximity warnings, and window alignment issues. Use when someone asks "Is seat 14A good on the Delta 737-800?" or wants to know about a specific seat before booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seat | Yes | Seat identifier — row number + letter (e.g., 21A, 3F, 45K) | |
| config_id | Yes | Aircraft configuration ID (e.g., DL-738, UA-77W). Get valid IDs from rowhint_get_config_overview. |