6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
validate_website: description is 616 characters, over Chrome's 500-character guidance; get_webmcp_report: description is 514 characters, over Chrome's 500-character guidance; get_leaderboard: declares{
name: "validate_website",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}validate_website, get_webmcp_report, get_services, request_quote, get_leaderboard<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="validate_website" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "validate_website",
"description": "Starts a NEW WebMCP validation scan for a public website. Returns a JSON object with the report link; the scan itself finishes in about 30 seconds, so fetch the report afterwards with get_webmcp_report. Rate limited to a few scans per hour. Use this only when the site has never been scanned or the user explicitly wants fresh results; if a report already exists, get_webmcp_report is instant and does not consume the limit. This is the programmatic path, which hands the result back as data; the scan form on the home page is exposed separately as scan_website and instead renders the report on screen for the user.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Public website URL or domain, e.g. example.com",
"minLength": 4,
"maxLength": 300,
"pattern": "^(https?://)?[a-zA-Z0-9][a-zA-Z0-9.-]*\\.[a-zA-Z]{2,}"
}
},
"required": [
"url"
],
"additionalProperties": false
},
"annotations": {
"readOnlyHint": false
}
}validate_website: description is 616 characters, over Chrome's 500-character guidance; get_webmcp_report: description is 514 characters, over Chrome's 500-character guidance; get_leaderboard: declares{
name: "validate_website",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}request_quote_form{
name: "request_quote_form",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}request_quote: message, replie, user; request_quote_form: replie, user, email{ name: "request_quote", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "request_quote" /* short, unique, verb-based */ }validate_website, get_webmcp_report, get_services, request_quote, get_leaderboard<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="validate_website" tooldescription="...">
<!-- the same action, as UI -->
</form>