search_vehicles
Search for rental vehicles by providing an airport code, pickup and dropoff dates, and optional vehicle class.
Instructions
Search for rental vehicles at an airport or city.
Args:
pickup_location: Airport IATA code (e.g. "LAX", "JFK", "SFO").
pickup_datetime: Pickup date and time in ISO format (e.g. "2025-03-15T10:00:00").
dropoff_datetime: Drop-off date and time in ISO format (e.g. "2025-03-20T10:00:00").
vehicle_class: Optional preference: Economy, Compact, Standard, FullSize, Premium, Luxury, SUV, Van.
Returns:
List of available rental vehicles with rates and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vehicle_class | No | ||
| pickup_datetime | Yes | ||
| pickup_location | Yes | ||
| dropoff_datetime | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |