Scan a site for AI agent readability
scan_siteScan any public URL to get an AI agent readability score and per-check remediation hints. Identifies issues and provides guidance to improve agent-readiness.
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. Scans 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 | ||
| status | Yes | ||
| rootUrl | No | ||
| createdAt | No | ||
| completedAt | No | ||
| pagesDiscovered | No | ||
| pagesScanned | No | ||
| vercelScore | No | ||
| vercelRating | No | ||
| llmstxtScore | No | ||
| siteChecks | No | ||
| llmstxtChecks | No | ||
| pageResults | No | ||
| shareToken | No | ||
| url | No | ||
| pollUrl | No | ||
| message | No |