This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.3.0).
check_inventory
InactiveTool of La Luer — AI Skincare Commerce
declared in 0.3.0
Check if a product is currently available. Uses Shopify Storefront API to verify real-time stock status. Use when a customer asks 'is MIRA in stock?' or before recommending a product.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"product"
],
"properties": {
"product": {
"type": "string",
"maxLength": 200,
"description": "Product name or SKU to check availability for"
}
},
"additionalProperties": false
}Parent server
La Luer — AI Skincare Commerce
https://github.com/nathangrotticelli/searchshopai
2/7 registries