# Use Hello Retail with your agent.

[Hello Retail](https://helloretail.com/) (`helloretail.com`) registers 8 WebMCP tools. Hello Retail lists 8 tools but declares none as read-only today, so `tools.call` cannot invoke them yet. Ask `sites.get` for the live status before planning a call.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/helloretail.com) listing for `helloretail.com`, last live-checked by the registry at 2026-09-23T07:04:55.106Z. Run `ghostget webmcp sites.get --input '{"domain":"helloretail.com"}' --json` for the current schema; the listing can drift between checks.

## Use Hello Retail with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"helloretail.com"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
# no read-only-callable tools listed today; sites.get shows the live status
```

## Registered WebMCP tools

Hello Retail publishes 8 tools on helloretail.com; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `get_company_facts` | 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. | Listed for discovery; the registry allows read-only calls only |
| `get_demo_info` | 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. | Listed for discovery; the registry allows read-only calls only |
| `get_pricing` | Get the Hello Retail pricing page content: how pricing works, what the plans include, and where to get an exact quote. | Listed for discovery; the registry allows read-only calls only |
| `list_case_studies` | List published Hello Retail customer case studies with company, industry, ecommerce platform, and reported results. Optionally filter by industry or platform keyword. | Listed for discovery; the registry allows read-only calls only |
| `list_products` | 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. | Listed for discovery; the registry allows read-only calls only |
| `open_page` | 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. | Listed for discovery; the registry allows read-only calls only |
| `read_page` | 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. | Listed for discovery; the registry allows read-only calls only |
| `search_site` | 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. | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Hello Retail changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on helloretail.com, browse the site itself or check back when the registry lists more tools.
