check_bot_status
Check if a specific bot is blocked or allowed on a website by analyzing its robots.txt file.
Instructions
Check if a specific bot is blocked or allowed on a given website by fetching and analyzing its robots.txt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to check (e.g. https://example.com) | |
| bot_name | Yes | The bot user-agent string to check (e.g. 'GPTBot', 'ClaudeBot'). Use list_ai_bots to see available names. |