search_productsAction
Search the store catalogue by keyword (product name, brand, collection or reference) and open the page with the matching products.
View tool JSON
{
"name": "search_products",
"kind": "act",
"impl": "declarative",
"description": "Search the store catalogue by keyword (product name, brand, collection or reference) and open the page with the matching products.",
"inputSchema": {
"type": "object",
"properties": {
"buscar": {
"type": "string",
"description": "Words to search for: a product name, a brand, a collection or a reference."
}
},
"required": []
}
}sign_inAction
Sign in to an existing customer account with its email address and password.
View tool JSON
{
"name": "sign_in",
"kind": "act",
"impl": "declarative",
"description": "Sign in to an existing customer account with its email address and password.",
"inputSchema": {
"type": "object",
"properties": {
"email_address": {
"type": "string",
"description": "Email address of the customer account."
},
"password": {
"type": "string",
"description": "Account password."
}
},
"required": []
}
}