run-auditactimperative
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.Input schema
{
"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"
]
}