fa_count_flights
Count flights matching specified criteria using simplified key-value syntax. Returns the count of flights without retrieving individual flight data.
Instructions
Count flights matching a query without returning the flights themselves. Returns { count }. Uses the SIMPLIFIED "-key value" syntax (same as fa_search_flights, NOT the structured grammar of fa_search_flights_advanced). Example: -airline UAL -belowAltitude 30000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Simplified "-key value" search string (same syntax as fa_search_flights), e.g. -airline UAL |