Tool tree
Scan your e-commerce store and find out, out of 100, how well an AI agent can find, understand and buy on it. Free score + top fixes.
scan_store_agent_readinessact
Run a free agent-readiness scan of an e-commerce store URL: score /100, grade, and the top fixes an AI shopping agent needs to buy there.
View tool JSON
{
"name": "scan_store_agent_readiness",
"kind": "act",
"impl": "declarative",
"description": "Run a free agent-readiness scan of an e-commerce store URL: score /100, grade, and the top fixes an AI shopping agent needs to buy there.",
"inputSchema": {
"type": "object",
"properties": {
"csrfmiddlewaretoken": {
"type": "string"
},
"url": {
"type": "string",
"description": "yourstore.com"
},
"vertical": {
"type": "string",
"enum": [
"general",
"dtc_fashion",
"supplements",
"specialty_coffee",
"beauty",
"home_living"
]
}
},
"required": [
"url"
]
}
}