check_website
Verify if a website includes an llms.txt file by entering its URL. This tool helps identify compliance with the llms.txt standard for discovering machine learning models.
Instructions
Check if a website has llms.txt files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the website to check |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the website to check",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}