Tool tree
Home, garden, and outdoor equipment retailer
search_productsAction
Search Trade Tested's New Zealand home-improvement catalogue — BBQs, outdoor furniture, sheds, garden tools, cleaning equipment and more — and open the results page for the given search term.
View tool JSON
{
"name": "search_products",
"kind": "act",
"impl": "declarative",
"description": "Search Trade Tested's New Zealand home-improvement catalogue — BBQs, outdoor furniture, sheds, garden tools, cleaning equipment and more — and open the results page for the given search term.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"pattern": ".*\\S.*",
"description": "What to search for — e.g. \"gas bbq\" or \"garden shed\"."
}
},
"required": [
"q"
]
}
}