ecommerce-intelligence__get_store_products
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
declared in 1.0.47
[E-Commerce Intelligence] Get products listed on a Shopify store including prices, titles, images, and variants. Args: url: Shopify store URL (e.g. 'https://store.example.com') max_results: Maximum products to return (default 20)
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 20
}
}
}Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries