get_docs
Find answers in official documentation for popular libraries. Returns clean, LLM-ready text.
Instructions
Search the latest docs for a given query and library. Supports langchain, openai, llama-index and uv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query to search for (e.g. "Publish a package with UV") | |
| library | Yes | The library to search in (e.g. "uv") |