One tool registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
run-audit: registered at 1573.7000000476837ms// Register tools as soon as they're ready, not behind a deferred/async chunk.
document.modelContext.provideContext({ tools: [/* ... */] });// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });{ name: "run-audit" /* short, unique, verb-based */ }run-audit{
name: "run-audit",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}run-audit<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="run-audit" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "run-audit",
"description": "Run a full AI readiness audit on a given URL. Returns a structured report with an overall score (0–100) plus detailed findings for site files, SEO fundamentals, structured data, content structure, image accessibility, automation readiness, and JavaScript rendering.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The fully-qualified URL to audit (e.g. https://example.com). Must be a public, accessible page."
}
},
"required": [
"url"
]
},
"annotations": {}
}run-audit: registered at 1573.7000000476837ms// Register tools as soon as they're ready, not behind a deferred/async chunk.
document.modelContext.provideContext({ tools: [/* ... */] });// Use the canonical entry point - navigator.modelContext is deprecated.
document.modelContext.provideContext({ tools: [/* ... */] });run-audit{
name: "run-audit",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "run-audit" /* short, unique, verb-based */ }run-audit<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="run-audit" tooldescription="...">
<!-- the same action, as UI -->
</form>