← WebMCP Directory

Tool tree

tradetested.co.nz

Commerce
https://www.tradetested.co.nz/
Home, garden, and outdoor equipment retailer
Explore capabilities

Tools verified

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"
    ]
  }
}