2 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });{ name: "analiza_tehnica_seo" /* short, unique, verb-based */ }analiza_tehnica_seo{
name: "analiza_tehnica_seo",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}analiza_tehnica_seo<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="analiza_tehnica_seo" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "analiza_tehnica_seo",
"description": "Ruleaza o analiza SEO tehnica rapida pentru un website (scor PageSpeed desktop/mobil + verificari on-page) si returneaza rezultatele. Poate dura cateva zeci de secunde.",
"inputSchema": {
"type": "object",
"properties": {
"website": {
"type": "string",
"description": "URL-ul complet al site-ului de analizat, ex: https://exemplu.ro"
}
},
"required": [
"website"
]
},
"annotations": {}
}// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });analiza_tehnica_seo{
name: "analiza_tehnica_seo",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "analiza_tehnica_seo" /* short, unique, verb-based */ }analiza_tehnica_seo<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="analiza_tehnica_seo" tooldescription="...">
<!-- the same action, as UI -->
</form>