4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "agent_ready_scan" /* short, unique, verb-based */ }agent_ready_scan, llms_txt_scan, robots_txt_scan, contact_xseek{
name: "agent_ready_scan",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}agent_ready_scan, llms_txt_scan, robots_txt_scan, contact_xseek<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="agent_ready_scan" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "agent_ready_scan",
"description": "Run an Agent-Ready scan on a public URL. Returns a readiness score plus per-check pass/fail breakdown (semantic HTML, schema markup, meta tags, content structure, accessibility for AI crawlers). Use this to check whether a page is well-structured enough for AI agents to cite.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "Absolute URL of the page to scan, e.g. https://example.com/about"
}
},
"required": [
"url"
]
},
"annotations": {}
}agent_ready_scan, llms_txt_scan, robots_txt_scan, contact_xseek{
name: "agent_ready_scan",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}contact_xseek: user, email{ name: "contact_xseek", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "agent_ready_scan" /* short, unique, verb-based */ }agent_ready_scan, llms_txt_scan, robots_txt_scan, contact_xseek<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="agent_ready_scan" tooldescription="...">
<!-- the same action, as UI -->
</form>