Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging (optional) | false |
REQUEST_TIMEOUT | No | Request timeout in milliseconds (optional) | 30000 |
SUPERPRECIO_API_URL | Yes | Superprecio API URL (required) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
price_expert | Transform Claude into an expert Argentina supermarket price comparison assistant (expanding to Latin America) |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Supermarket List | List of all available supermarkets in Argentina (expanding to Latin America) |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_products | Search for products by name or description across all Argentina supermarkets. This tool searches multiple supermarkets simultaneously and returns price comparisons. It's perfect for finding the best deals and comparing prices across different stores. The search is smart and handles:
Results include:
|
search_by_code | Search for a specific product by its EAN/barcode across all supermarkets. This tool is perfect for:
The barcode/EAN search will find the exact same product across different stores, making it ideal for precise price comparisons. |
compare_prices | Compare prices for a product across all supermarkets and find the best deal. This tool analyzes prices and provides:
Perfect for making informed buying decisions and finding the best deals. |
get_best_deals | Find the best deals and discounts currently available in supermarkets. This tool helps you discover:
Great for budget shopping and finding savings across all stores. |
send_notification | Send a push notification to a specific device or broadcast to all subscribed devices. This tool can:
Note: Requires Firebase Cloud Messaging setup on the Superprecio server. |
subscribe_device | Subscribe a device to receive push notifications about deals and price alerts. This tool registers a device token with the Superprecio notification system. Once subscribed, devices will receive:
Note: Requires a valid Firebase Cloud Messaging device token. |