Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MAGENTO_BASE_URL | Yes | The base URL of your Magento 2 REST API (e.g., https://YOUR_DOMAIN/rest/V1) | |
MAGENTO_API_TOKEN | Yes | Your Magento 2 API token from System > Integrations in the Magento admin |
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_product_by_sku | Get detailed information about a product by its SKU |
search_products | Search for products using Magento search criteria |
get_product_categories | Get categories for a specific product by SKU |
get_related_products | Get products related to a specific product by SKU |
get_product_stock | Get stock information for a product by SKU |
get_product_attributes | Get all attributes for a product by SKU |
get_product_by_id | Get detailed information about a product by its ID |
advanced_product_search | Search for products with advanced filtering options |
update_product_attribute | Update a specific attribute of a product by SKU |
get_revenue | Get the total revenue for a given date range |
get_order_count | Get the number of orders for a given date range |
get_product_sales | Get statistics about the quantity of products sold in a given date range |
get_revenue_by_country | Get revenue filtered by country for a given date range |
get_customer_ordered_products_by_email | Get all ordered products for a customer by email address |