get_llms_txt
Fetch llms.txt documentation files for packages across Python, JavaScript, Dart, and Rust ecosystems to provide LLM-friendly documentation.
Instructions
Get llms.txt documentation file for a package.
llms.txt is an emerging standard for providing LLM-friendly documentation. This tool fetches llms.txt files from package repositories, homepages, or documentation sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ecosystem | Yes | The package ecosystem - one of: "python", "javascript", "dart", or "rust" | |
| include_full | No | Whether to also fetch llms-full.txt (optional, default: False) | |
| package_name | Yes | The name of the package (e.g., "requests", "react", "http", "serde") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||