check_visibility
Check a website's AI-crawler accessibility by analyzing its live robots.txt for bot blocking rules and verifying the presence of an llms.txt file.
Instructions
Check a site's actual AI-crawler visibility: fetch its live robots.txt and look for Disallow rules blocking named AI bots (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, etc.) or a wildcard block, plus whether llms.txt actually exists as a real file (vs. falling through to a SPA catch-all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Site URL or bare domain, e.g. example.com |