rowhint_get_config_overview
Get a summary of an aircraft configuration including total seats, cabin layout, best and worst seats per cabin, and facility locations (galleys, lavatories). Use when someone asks "Tell me about the American Airlines 787-9" or wants a general overview before choosing a seat. Also use to discover valid config_ids for other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airline | No | Airline slug (e.g., american-airlines). Use with aircraft. | |
| aircraft | No | Aircraft slug (e.g., boeing-787-9). Use with airline. | |
| config_id | No | Direct configuration ID (e.g., AA-789). Takes precedence if both provided. |