live · Developer Tools · JSON · API for agents
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.
{
"name": "run-audit",
"kind": "action",
"impl": "imperative",
"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"
]
}
}