42 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
search_listings, scan_images_c2pa, inspect_image_c2pa, ilan_ara, ilan_detay{
name: "search_listings",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_listings, scan_images_c2pa, inspect_image_c2pa, ilan_ara, ilan_detay<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_listings" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_listings",
"description": "birmakine.com uzerinde is makinesi, endustriyel ekipman ve mutfak ekipmani ilanlarini anahtar kelimeyle arar ve sonuc sayfasini acar.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Aranacak urun, makine veya marka adi"
}
},
"required": [
"query"
]
},
"annotations": {}
}ilan_ara: 9 parameters have no description (q, kategori, fiyat_min, fiyat_max); ilan_detay: 1 parameter has no description (slug); marka_listele: declares no required list, so an agent cannot tell whi{
name: "ilan_ara",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}search_listings, scan_images_c2pa, inspect_image_c2pa, ilan_ara, ilan_detay{
name: "search_listings",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}duplicate tool name registered: ilan_aratry {
document.modelContext.provideContext({ tools: [/* ... */] });
} catch (err) {
console.error("WebMCP registration failed", err);
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "scan_images_c2pa" /* short, unique, verb-based */ }search_listings, scan_images_c2pa, inspect_image_c2pa, ilan_ara, ilan_detay<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_listings" tooldescription="...">
<!-- the same action, as UI -->
</form>