Tool tree
Chrome Labs luxury leather storefront demo
check_return_policyanswer
Returns the detailed site-wide return and guarantee policy for LUXE LEATHER.
View tool JSON
{
"name": "check_return_policy",
"kind": "answer",
"impl": "imperative",
"description": "Returns the detailed site-wide return and guarantee policy for LUXE LEATHER.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}search_storeanswer
Searches the Luxe Leather store catalog for products matching a query.
View tool JSON
{
"name": "search_store",
"kind": "answer",
"impl": "imperative",
"description": "Searches the Luxe Leather store catalog for products matching a query.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search keywords (e.g. Satchel, Weekender, Walnut)."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/"
}view_productact
Navigates to the detailed page for a specific premium leather bag.
View tool JSON
{
"name": "view_product",
"kind": "act",
"impl": "imperative",
"description": "Navigates to the detailed page for a specific premium leather bag.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The product slug/identifier (e.g. signature-satchel, weekender-tote, class-clutch)."
}
},
"required": [
"slug"
],
"additionalProperties": false
},
"page": "/"
}