← WebMCP Directory

Tool tree

helloretail.com

Commerce
https://helloretail.com/en/
Hello Retail is AI for ecommerce, with personalized search, recommendations, email, Retail Media and category pages, without depending on cookies.
Explore capabilities

Tools verified

get_company_factsAnswer

Get verified facts about Hello Retail as a company: canonical name, founding, headquarters, markets, product list, customer profile, and preferred citation phrasing. Use this before describing Hello Retail.

View tool JSON
{
  "name": "get_company_facts",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get verified facts about Hello Retail as a company: canonical name, founding, headquarters, markets, product list, customer profile, and preferred citation phrasing. Use this before describing Hello Retail.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/en/"
}
get_demo_infoAnswer

Explain how to book a Hello Retail demo and what it covers. This tool only returns information. It never books anything or submits any form; booking is done by a person on the demo page.

View tool JSON
{
  "name": "get_demo_info",
  "kind": "answer",
  "impl": "imperative",
  "description": "Explain how to book a Hello Retail demo and what it covers. This tool only returns information. It never books anything or submits any form; booking is done by a person on the demo page.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/en/"
}
get_pricingAnswer

Get the Hello Retail pricing page content: how pricing works, what the plans include, and where to get an exact quote.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the Hello Retail pricing page content: how pricing works, what the plans include, and where to get an exact quote.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/en/"
}
list_case_studiesAnswer

List published Hello Retail customer case studies with company, industry, ecommerce platform, and reported results. Optionally filter by industry or platform keyword.

View tool JSON
{
  "name": "list_case_studies",
  "kind": "answer",
  "impl": "imperative",
  "description": "List published Hello Retail customer case studies with company, industry, ecommerce platform, and reported results. Optionally filter by industry or platform keyword.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "industry": {
        "type": "string",
        "description": "Filter by industry keyword, for example \"fashion\" or \"pet\""
      },
      "platform": {
        "type": "string",
        "description": "Filter by ecommerce platform, for example \"Shopify\" or \"Magento\""
      }
    }
  },
  "page": "/en/"
}
list_productsAnswer

List the Hello Retail products (Personalized Search, Product Recommendations, Retail Media, Product Intelligence, Triggered Emails, Newsletter Content, Audience, Product Agents) with a one-line description and page URLs.

View tool JSON
{
  "name": "list_products",
  "kind": "answer",
  "impl": "imperative",
  "description": "List the Hello Retail products (Personalized Search, Product Recommendations, Retail Media, Product Intelligence, Triggered Emails, Newsletter Content, Audience, Product Agents) with a one-line description and page URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/en/"
}
open_pageAction

Navigate the current browser tab to a helloretail.com page so the user can see it, for example the demo booking page or a case study. Same-origin paths only.

View tool JSON
{
  "name": "open_page",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the current browser tab to a helloretail.com page so the user can see it, for example the demo booking page or a case study. Same-origin paths only.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site path beginning with /, for example /en/demo/"
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/en/"
}
read_pageAnswer

Read a helloretail.com page as clean markdown (no navigation or layout noise). Defaults to the page currently open. Pass a site path such as /en/pricing/ to read another page.

View tool JSON
{
  "name": "read_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read a helloretail.com page as clean markdown (no navigation or layout noise). Defaults to the page currently open. Pass a site path such as /en/pricing/ to read another page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site path beginning with /, for example /en/product-agents/. Omit to read the current page."
      }
    }
  },
  "page": "/en/"
}
search_siteAnswer

Search helloretail.com content (products, case studies, learn articles, blog, FAQ). Returns matching pages with title, URL, an excerpt, and a markdown URL that serves the full page as clean markdown.

View tool JSON
{
  "name": "search_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search helloretail.com content (products, case studies, learn articles, blog, FAQ). Returns matching pages with title, URL, an excerpt, and a markdown URL that serves the full page as clean markdown.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search terms, for example \"site search pricing\" or \"Klaviyo integration\""
      },
      "limit": {
        "type": "number",
        "description": "Maximum results to return (default 8, max 15)"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/en/"
}