3 tools registered. Strongest in shared experience, weakest in tool quality.
{ name: "scan_domain" /* short, unique, verb-based */ }{
"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"]
}
}{ name: "scan_domain" /* short, unique, verb-based */ }{
"url": "example.com"
}{
"domain": "example.com"
}