Scan a site for AI agent readability
scan_siteScans any public URL to evaluate its readability for AI agents, providing a score and actionable remediation hints for failing checks.
Instructions
Runs the agent-ready.dev scanner against a URL and returns structured results: Vercel score, llmstxt.org score, and per-check findings with remediation hints. Works without an API key on the anonymous free tier (3 scans/30 days per IP, 25-page depth, synchronous). With a Pro AGENT_READY_API_KEY it scans deeper (up to 250 pages) and may take up to ~60s; if the local poll deadline elapses, the tool returns the scan id and asks you to poll with get_scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Fully-qualified URL to scan, including scheme (https://...). | |
| pageLimit | No | Optional maximum number of pages to crawl from the root URL. Capped by your plan (Free 25, Pro 250, Team 2000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | No | ||
| status | Yes | ||
| message | No | ||
| pollUrl | No | ||
| rootUrl | No | ||
| saveUrl | No | ||
| createdAt | No | ||
| shareToken | No | ||
| siteChecks | No | ||
| completedAt | No | ||
| pageResults | No | ||
| vercelScore | No | ||
| llmstxtScore | No | ||
| pagesScanned | No | ||
| vercelRating | No | ||
| llmstxtChecks | No | ||
| pagesDiscovered | No |