Grade a site's llms.txt
grade_llms_txtFetches https:///llms.txt (the file that tells AI systems what a site contains) and grades it with seven deterministic checks. Returns a 0 to 100 score and the pass or miss result of each check as plain text. If the site has no llms.txt the response says so and links to zRev's free generator. Use when a user asks whether a site is readable by AI assistants or wants their llms.txt reviewed. Makes one outbound HTTP request to the public domain you pass; stores nothing about it. No authentication. Shares a limit of 12 calls per hour per IP address with cold_read, and returns a plain-text notice when that limit is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Bare domain to grade, without protocol or path, e.g. acme.com |