Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |