fetch_llms_txt
Retrieve content from llms.txt URLs to access AI documentation or find references to additional llms.txt files, aiding developers in delivering context to AI IDEs.
Instructions
Fetches the content of one or more llms.txt URLs. Some llms.txt files compile a list of urls to other llms.txt file locations because listing their full documentation would bloat context. If the documentation you're looking for does not exist in the llms.txt, look for reference links to other llms.txt files and follow those.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input | Yes | URL string, URL object, or array of URL/objects to fetch llms.txt from |