Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | info |
CSCART_API_KEY | Yes | API key for CS-Cart API authentication | |
CSCART_API_URL | Yes | URL to your CS-Cart API | |
CSCART_API_EMAIL | Yes | Admin email for CS-Cart API authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_products | Retrieve a list of products from the CS-Cart store |
get_product | Get detailed information about a specific product |
create_product | Create a new product in the CS-Cart store |
update_product | Update an existing product |
delete_product | Delete a product from the store |
update_product_stock | Update product stock quantity |
get_categories | Get list of product categories |
get_orders | Retrieve orders from the CS-Cart store |
get_order | Get detailed information about a specific order |
update_order_status | Update order status |
get_users | Get list of users/customers |
get_sales_statistics | Get sales statistics for a specific period |