# Use Maikel Szymanski – Webdesign aus Pirna with your agent.

[Maikel Szymanski – Webdesign aus Pirna](https://maikel-szymanski.de/) (`maikel-szymanski.de`) registers 10 WebMCP tools. 8 of 10 tools declares `readOnlyHint`, so an agent can invoke them through `tools.call`. The registry runs the tool in a fresh headless page on maikel-szymanski.de and returns untrusted site content.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/maikel-szymanski.de) listing for `maikel-szymanski.de`, last live-checked by the registry at 2026-09-22T22:31:02.433Z. Run `ghostget webmcp sites.get --input '{"domain":"maikel-szymanski.de"}' --json` for the current schema; the listing can drift between checks.

## Use Maikel Szymanski – Webdesign aus Pirna 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":"maikel-szymanski.de"}' --json
```

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

```
ghostget webmcp tools.call --input '{"domain":"maikel-szymanski.de","tool":"get_page_outline","input":"{}"}' --json
```

## Registered WebMCP tools

Maikel Szymanski – Webdesign aus Pirna publishes 10 tools on maikel-szymanski.de; 8 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `estimate_price` | Rechnet eine Preisspanne mit dem Preisrechner dieser Seite aus und zeigt das Ergebnis sichtbar an, damit der Besucher es prüfen und als Anfrage weiterschicken kann. Nicht beantwortete Fragen bleiben mit 0 € stehen und werden zurückgemeldet. | Listed for discovery; the registry allows read-only calls only |
| `get_page_outline` | Gibt die Überschriftenstruktur der gerade geöffneten Seite zurück: Ebene, Titel und eine Abschnitts-ID. Mit dieser ID lädt get_section den zugehörigen Text nach, ohne die ganze Seite lesen zu müssen. Lange Seiten kommen in mehreren Portione | Callable read-only tool |
| `get_price_options` | Zeigt die Fragen des Preisrechners und die möglichen Antworten. Ohne Angabe kommen die vier Projektarten mit ihrer Grundspanne; mit einer Projektart kommen die weiteren Fragen genau dieses Pfades. Vorstufe zu estimate_price. | Callable read-only tool |
| `get_section` | Gibt den Text eines einzelnen Abschnitts der gerade geöffneten Seite zurück, inklusive aufgeklappter Antworten in Frage-Antwort-Blöcken. Die Abschnitts-ID stammt aus get_page_outline. | Callable read-only tool |
| `get_site_overview` | Kompakter Überblick über diese Website: wer dahintersteht, welche Leistungen es zu welchen Preisspannen gibt, welche Region bedient wird und wie man Kontakt aufnimmt. Guter erster Aufruf, bevor gesucht oder gefiltert wird. | Callable read-only tool |
| `list_articles` | Listet die Ratgeber-Artikel dieser Website, zuletzt aktualisierte zuerst, mit Kurzbeschreibung, Datum und URL. Für „welche Artikel gibt es", „worüber schreibt er". Inhaltliche Suche über search_site. | Callable read-only tool |
| `list_references` | Listet umgesetzte Kundenprojekte mit Kunde, Branche, Art der Leistung, Jahr und Projektseite. Filterbar nach Branche, Leistung und Jahr. Antwortet auf „hat er schon mal für eine Kanzlei gearbeitet", „was hat er 2026 gemacht". | Callable read-only tool |
| `list_services` | Listet alle angebotenen Leistungen mit Preisspanne in Euro und Kurzbeschreibung. Antwortet auf „was bietet er an" und „was kostet Leistung X ungefähr". | Callable read-only tool |
| `prefill_contact_request` | Trägt Name, E-Mail und Nachricht in das Kontaktformular dieser Seite ein und springt dorthin. Das Formular wird ausdrücklich NICHT abgeschickt – das macht der Besucher selbst mit dem Knopf „Nachricht senden". | Listed for discovery; the registry allows read-only calls only |
| `search_site` | Durchsucht den Volltext aller Seiten dieser Website nach Stichwörtern und liefert Treffer mit Textausschnitt, Seitentyp und URL. Für inhaltliche Fragen wie „was steht hier über DSGVO", „schreibt er etwas über Ladezeit", „Preise für Handwerk | Callable read-only tool |

## 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 Maikel Szymanski – Webdesign aus Pirna changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on maikel-szymanski.de, browse the site itself or check back when the registry lists more tools.
