Fetch Project Documentation
get_project_docsFetch documentation for a project: retrieves complete docs via llms-full.txt, or an index of URLs via llms.txt if full text is not available. Use with project names from list_available_docs.
Instructions
Fetch documentation for a project.
Automatically tries llms-full.txt first, which returns the complete
documentation in a single response — no further calls needed.
If llms-full.txt is unavailable, falls back to llms.txt and returns
an index of URLs; use read_doc_page with those URLs to retrieve individual
pages.
Call list_available_docs first to get valid project names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Exact project name as returned by list_available_docs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |