llms.txt
Plain-text catalog summaries following the llmstxt.org convention, optimized for LLM context windows.
Files
Site summary with a tool index and links to JSON endpoints
Complete catalog in a single Markdown file with auth, flags, help output, and agent notes
When to use which
llms.txt
Use this when you need a quick overview of what the catalog contains and want links to fetch specific tools on demand. Fits comfortably in a single context window. Best for agents that browse then drill down.
llms-full.txt
Use this when you need the complete catalog in one request. Contains auth details, global flags, agent notes, and help output for every tool. Larger, but eliminates follow-up requests. Best for batch processing or offline use.
Spec
Both files follow the llmstxt.org standard. The format is plain Markdown with a specific structure: a title, blockquote summary, then sections with links. This makes the content parseable by LLMs while remaining human-readable.