# Use BestPrice.gr with your agent.

[BestPrice.gr](https://bestprice.gr/) (`bestprice.gr`) registers 14 WebMCP tools. BestPrice.gr lists 14 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/bestprice.gr) listing for `bestprice.gr`, last live-checked by the registry at 2026-09-23T06:33:24.208Z. Run `ghostget webmcp sites.get --input '{"domain":"bestprice.gr"}' --json` for the current schema; the listing can drift between checks.

## Use BestPrice.gr 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":"bestprice.gr"}' --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

BestPrice.gr publishes 14 tools on bestprice.gr; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `apply_listing_filter` | Apply a visible filter value using the same in-page navigation as a shopper. Exact or one unambiguous partial label works. | Listed for discovery; the registry allows read-only calls only |
| `apply_listing_sort` | Apply a visible sorting option by its full label or one unambiguous partial label. | Listed for discovery; the registry allows read-only calls only |
| `clear_listing_filters` | Clear the filters currently applied to this BestPrice listing page. | Listed for discovery; the registry allows read-only calls only |
| `compare_page_offers` | Compare up to four currently rendered offers by item price, shipping, delivered price, availability, and merchant rating. Every returned offer carries an offer_ref for show_offer; unpriced_rows reports how many rendered rows of that store c | Listed for discovery; the registry allows read-only calls only |
| `get_listing_filters` | Return the selected and available values from filters currently rendered on this listing page. | Listed for discovery; the registry allows read-only calls only |
| `get_listing_sort_options` | Return the sorting options currently rendered on this BestPrice listing page. | Listed for discovery; the registry allows read-only calls only |
| `get_page_product` | Return the product, current minimum price, rating, and offer count shown on this BestPrice item page. | Listed for discovery; the registry allows read-only calls only |
| `get_product_specifications` | Return structured specifications for the product on this BestPrice item page, optionally focused on one specification section or one fact. A shortened value is marked truncated; ask for that fact by name to read it in full. | Listed for discovery; the registry allows read-only calls only |
| `get_visible_products` | Return up to eight products currently rendered on this BestPrice listing page. | Listed for discovery; the registry allows read-only calls only |
| `open_visible_product` | Open a product currently rendered on this BestPrice listing page, using its returned product ID. | Listed for discovery; the registry allows read-only calls only |
| `search_bestprice` | Start a BestPrice product search and navigate this browser tab to the results. | Listed for discovery; the registry allows read-only calls only |
| `show_offer` | Scroll this BestPrice item page to one merchant offer it already shows and mark it for the shopper. Use the offer_ref returned by compare_page_offers; merchant_id or merchant_name also work when they identify exactly one shown offer. It nev | Listed for discovery; the registry allows read-only calls only |
| `show_price_history` | Open or focus the price-history chart for the product currently shown on the BestPrice item page. | Listed for discovery; the registry allows read-only calls only |
| `summarize_price_history` | Return the current, lowest, and highest recorded prices plus recent and overall price direction for this BestPrice product. | 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 BestPrice.gr changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on bestprice.gr, browse the site itself or check back when the registry lists more tools.
