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 Enterprise Rent-A-Car for specific dates, locations, and preferences. Returns a list of available cars with pricing and features. |
| get_vehicle_details | Get detailed information, full pricing breakdown, and available protection options for a specific vehicle from search results. |
| create_reservation | Create a new Enterprise Rent-A-Car reservation. Requires vehicle selection, location details, dates, and driver information. |
| modify_reservation | Modify an existing Enterprise reservation — change dates, locations, or vehicle class. |
| cancel_reservation | Cancel an existing Enterprise reservation. No cancellation fee when cancelled before the scheduled pickup time. |
| get_account | Retrieve Enterprise Plus account information including tier status, rental history, and free day certificates. |
| get_loyalty_points | Check Enterprise Plus loyalty points balance, tier status, points required for next tier, expiration date, and recent points activity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |