list_websites
Discover websites with llms.txt or llms-full.txt files to analyze and explore LLMS standards compliance using filtering options.
Instructions
List known websites with llms.txt files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter_llms_full_txt | No | Only show websites with llms-full.txt | |
filter_llms_txt | No | Only show websites with llms.txt |
Input Schema (JSON Schema)
{
"properties": {
"filter_llms_full_txt": {
"description": "Only show websites with llms-full.txt",
"type": "boolean"
},
"filter_llms_txt": {
"description": "Only show websites with llms.txt",
"type": "boolean"
}
},
"type": "object"
}