3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
{ name: "scan_domain" /* short, unique, verb-based */ }scan_domain{
name: "scan_domain",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}scan_domain, get_score, get_leaderboard<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="scan_domain" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "scan_domain",
"description": "Run an Ora agent-readiness scan for a domain or MCP server URL. Returns the 0-100 score, grade, and per-layer breakdown; a recent stored result is served from cache instead of rescanning.",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Domain or URL to scan, e.g. stripe.com"
}
},
"required": [
"url"
],
"additionalProperties": false
},
"annotations": {}
}get_leaderboard: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "get_leaderboard",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}scan_domain{
name: "scan_domain",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "scan_domain" /* short, unique, verb-based */ }scan_domain, get_score, get_leaderboard<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="scan_domain" tooldescription="...">
<!-- the same action, as UI -->
</form>{}{
"domain": "stripe.com"
}{
"url": "stripe.com"
}