firecrawl_generate_llmstxt
Generate a standardized llms.txt file for any website to define how AI models should interact with the site, creating machine-readable permission guidelines for large language models.
Instructions
Generate a standardized llms.txt (and optionally llms-full.txt) file for a given domain. This file defines how large language models should interact with the site.
Best for: Creating machine-readable permission guidelines for AI models. Not recommended for: General content extraction or research. Arguments:
url (string, required): The base URL of the website to analyze.
maxUrls (number, optional): Max number of URLs to include (default: 10).
showFullText (boolean, optional): Whether to include llms-full.txt contents in the response. Prompt Example: "Generate an LLMs.txt file for example.com." Usage Example:
Returns: LLMs.txt file contents (and optionally llms-full.txt).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxUrls | No | Maximum number of URLs to process (1-100, default: 10) | |
showFullText | No | Whether to show the full LLMs-full.txt in the response | |
url | Yes | The URL to generate LLMs.txt from |