Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | Proxy server for outbound requests | |
| HTTPS_PROXY | No | Proxy server for outbound requests | |
| PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH | No | Path to a custom Chromium binary |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_vehicles | Search for available vehicles at Hertz for specific dates, locations, and preferences. Returns a list of available cars with pricing. |
| get_vehicle_details | Get detailed information and pricing for a specific vehicle from search results. |
| get_locations | Search for Hertz rental locations near a city, airport, or coordinates. Returns location details including address, hours, and contact information. |
| create_reservation | Create a new Hertz car rental reservation. Requires vehicle selection, location details, dates, and driver information. |
| get_reservation | Look up an existing Hertz reservation by confirmation number and last name. |
| modify_reservation | Modify an existing Hertz reservation — change dates, locations, or vehicle class. |
| cancel_reservation | Cancel an existing Hertz reservation. Free cancellation is available up to 24 hours before pickup. |
| get_rental_policies | Retrieve Hertz rental policies including age requirements, fuel policy, insurance options, cancellation terms, and available extras. |
| add_extras | Add optional extras (GPS, child seats, additional drivers, roadside assistance, etc.) to an existing reservation. |
| get_loyalty_status | Check Hertz Gold Plus Rewards loyalty status including tier, points balance, and free day certificates. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |