Server Details
AI-powered commerce API for luxury skincare shopping. Enables AI agents to search products, browse collections, manage shopping carts, and generate checkout URLs for the Regenique Elegance Shopify store.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
12 toolsadd_to_cartTry in Inspector
Add a product variant to an existing cart. Use the variant ID from product details.
| Name | Required | Description | Default |
|---|---|---|---|
| cartId | Yes | Cart ID (Shopify GID format, e.g., "gid://shopify/Cart/...") | |
| quantity | No | Quantity to add (default 1) | |
| variantId | Yes | Product variant ID to add (Shopify GID format) |
create_cartTry in Inspector
Create a new shopping cart, optionally with initial items. Returns the cart ID needed for subsequent operations.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Initial cart items (optional) |
filter_productsTry in Inspector
Filter products by various criteria including vendor/brand, product type, price range, and availability. Useful for narrowing down product selection.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-50, default 20) | |
| cursor | No | Pagination cursor for next page | |
| vendor | No | Filter by vendor/brand name (e.g., "Aniise", "PAAVANI") | |
| maxPrice | No | Maximum price filter in USD | |
| minPrice | No | Minimum price filter in USD | |
| available | No | Filter by availability (true = in stock only) | |
| productType | No | Filter by product type (e.g., "Serum", "Moisturizer") |
get_cartTry in Inspector
Get the current contents and total of a shopping cart.
| Name | Required | Description | Default |
|---|---|---|---|
| cartId | Yes | Cart ID (Shopify GID format) |
get_checkout_urlTry in Inspector
Get the Shopify checkout URL. The user must be redirected to this URL to complete payment. This requires human escalation as the AI cannot complete payment.
| Name | Required | Description | Default |
|---|---|---|---|
| cartId | Yes | Cart ID (Shopify GID format) |
get_collection_productsTry in Inspector
Get all products within a specific collection. Use the collection handle to retrieve products organized by category.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of products to return (1-50, default 20) | |
| cursor | No | Pagination cursor for next page | |
| collectionHandle | Yes | Collection handle (URL slug, e.g., "serums-treatments") |
get_productTry in Inspector
Get detailed information about a specific product by its handle (URL slug) or ID. Returns full product details including all variants, images, and availability.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Product ID (Shopify GID format) | |
| handle | No | Product handle (URL slug) |
list_collectionsTry in Inspector
List all product collections/categories in the store. Returns collection names, descriptions, and handles for navigation.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-50, default 20) | |
| cursor | No | Pagination cursor for next page |
remove_from_cartTry in Inspector
Remove one or more items from the cart by their line IDs.
| Name | Required | Description | Default |
|---|---|---|---|
| cartId | Yes | Cart ID (Shopify GID format) | |
| lineIds | Yes | Cart line IDs to remove |
search_productsTry in Inspector
Search for products by keyword. Returns matching products with titles, descriptions, prices, and images. Use this to find specific products or browse by category.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-50, default 20) | |
| query | Yes | Search query for products | |
| cursor | No | Pagination cursor for next page |
update_buyer_infoTry in Inspector
Add or update buyer information (email, phone, country) on the cart for checkout.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Buyer email address | ||
| phone | No | Buyer phone number | |
| cartId | Yes | Cart ID (Shopify GID format) | |
| countryCode | No | Country code (e.g., "US", "CA", "GB") |
update_cartTry in Inspector
Update quantities of items already in the cart. Set quantity to 0 to remove an item.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes | Lines to update with new quantities | |
| cartId | Yes | Cart ID (Shopify GID format) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!