# Use APDOMI with your agent.

[APDOMI](https://apdomi.pl/) (`apdomi.pl`) registers 7 WebMCP tools. APDOMI lists 7 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/apdomi.pl) listing for `apdomi.pl`, last live-checked by the registry at 2026-09-21T20:53:27.226Z. Run `ghostget webmcp sites.get --input '{"domain":"apdomi.pl"}' --json` for the current schema; the listing can drift between checks.

## Use APDOMI 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":"apdomi.pl"}' --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

APDOMI publishes 7 tools on apdomi.pl; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `apdomi_dane_kontaktowe` | Zwraca dane kontaktowe APDOMI: telefon, e-mail, adres biura sprzedaży. Użyj, gdy klient chce się skontaktować lub odwiedzić biuro. | Listed for discovery; the registry allows read-only calls only |
| `apdomi_dziennik_budowy` | Dziennik budowy — postęp prac na inwestycjach APDOMI (etapy, kamienie milowe). Opcjonalnie filtruj po investment_slug i limit (domyślnie 10). | Listed for discovery; the registry allows read-only calls only |
| `apdomi_kontakt_formularz` | Wypełnia formularz kontaktowy APDOMI danymi podanymi przez klienta (imię i nazwisko, e-mail, telefon, temat, treść). Zgodę RODO zaznacza i wiadomość wysyła człowiek. | Listed for discovery; the registry allows read-only calls only |
| `apdomi_lista_inwestycji` | Zwraca listę wszystkich inwestycji deweloperskich APDOMI: nazwa, lokalizacja, status, liczba mieszkań (ogółem i dostępnych) oraz zakres cen i metraży. | Listed for discovery; the registry allows read-only calls only |
| `apdomi_nawiguj` | Przechodzi do wskazanej strony serwisu APDOMI (akcja widoczna — zmienia stronę). "mieszkania" = wyszukiwarka mieszkań na sprzedaż z filtrami. Do podstrony konkretnej inwestycji użyj cel="inwestycja" oraz slug. | Listed for discovery; the registry allows read-only calls only |
| `apdomi_szczegoly_mieszkania` | Szczegóły konkretnego mieszkania: cena, metraż, piętro, liczba pokoi, parking, komórka, rzuty, link do strony. Podaj numer lokalu (unit); investment_slug opcjonalnie (bez niego szuka we wszystkich inwestycjach). | Listed for discovery; the registry allows read-only calls only |
| `apdomi_szukaj_mieszkan` | Wyszukuje mieszkania wg kryteriów: inwestycja (slug), status (available/reserved/sold), metraż (min/max m²), cena całkowita (min/max PLN), liczba pokoi. Zwraca pasujące lokale z ceną, metrażem i linkiem do strony lokalu (url) oraz link do w | 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 APDOMI changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on apdomi.pl, browse the site itself or check back when the registry lists more tools.
