Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_products | Search for beer, wine, spirits, and other alcoholic beverages on Drizly by name, type, or brand |
| get_product_details | Get detailed information about a specific product including ABV, origin, ratings, and pricing |
| browse_categories | Browse Drizly products by category (beer, wine, spirits) and subcategory (IPA, Chardonnay, Bourbon, etc.) |
| check_availability | Check if a product is available for delivery to a specific address and see which stores carry it |
| add_to_cart | Add a product to the shopping cart |
| get_cart | View the current shopping cart contents and totals |
| update_cart | Update the quantity of an item in the cart or remove it (set quantity to 0) |
| get_stores | Get available stores and retailers that can deliver to a specific address |
| place_order | Complete checkout and place the order for items in the cart |
| get_orders | View order history including past and current orders |
| track_order | Track the current status and estimated delivery time of an order |
| get_recommendations | Get personalized product recommendations based on preferences and order history |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |