scan_siteactimperative
Scan a website for AI agent readiness. Returns a readiness level (0-5), results for all checks across 5 categories (discoverability, content, bot access control, discovery, commerce), and fix instructions for failing checks.Input schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "The URL of the website to scan for agent readiness"
}
},
"required": [
"url"
]
}