Documentation Retrieval & Web Scraping
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROQ_API_KEY | Yes | Your Groq API key for LLM-based HTML cleaning | |
| SERPER_API_KEY | Yes | Your Serper API key for Google-like search functionality |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_docsA | Search the latest docs for a given query and library. Supports langchain, openai, llama-index and uv. Args: query: The query to search for (e.g. "Publish a package with UV") library: The library to search in (e.g. "uv") Returns: Summarized text from the docs with source links. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'get_docs' has a clear and singular purpose, so agents cannot misselect between multiple options.
Since there is only one tool, it inherently has perfect naming consistency. The name 'get_docs' follows a verb_noun pattern, and there are no other tools to compare it against for inconsistency.
The server's name 'Documentation Retrieval & Web Scraping' suggests a broader scope than what is covered by a single tool. One tool is insufficient for comprehensive documentation retrieval and web scraping, as it lacks operations like scraping web pages, updating or deleting scraped data, or handling different document types beyond the specified libraries.
The tool set is severely incomplete for the server's stated purpose. While 'get_docs' handles searching docs for specific libraries, it does not cover web scraping, CRUD operations for scraped data, or broader documentation management, leaving significant gaps that will likely cause agent failures in tasks beyond basic searches.