6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "apdomi_lista_inwestycji" /* short, unique, verb-based */ }apdomi_lista_inwestycji, apdomi_szukaj_mieszkan, apdomi_szczegoly_mieszkania, apdomi_dziennik_budowy, apdomi_dane_kontaktowe<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="apdomi_lista_inwestycji" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "apdomi_lista_inwestycji",
"description": "Zwraca listę wszystkich inwestycji deweloperskich APDOMI: nazwa, lokalizacja, status, liczba mieszkań (ogółem i dostępnych) oraz zakres cen i metraży.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"annotations": {
"readOnlyHint": true
}
}apdomi_szukaj_mieszkan: declares no required list, so an agent cannot tell which parameters are mandatory; apdomi_dziennik_budowy: declares no required list, so an agent cannot tell which parameters a{
name: "apdomi_szukaj_mieszkan",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}apdomi_nawiguj{
name: "apdomi_nawiguj",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "apdomi_lista_inwestycji" /* short, unique, verb-based */ }apdomi_lista_inwestycji, apdomi_szukaj_mieszkan, apdomi_szczegoly_mieszkania, apdomi_dziennik_budowy, apdomi_dane_kontaktowe<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="apdomi_lista_inwestycji" tooldescription="...">
<!-- the same action, as UI -->
</form>