Skip to main content
Glama
AIwithhassan

Documentation Retrieval & Web Scraping

by AIwithhassan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYYesYour Groq API key for LLM-based HTML cleaning
SERPER_API_KEYYesYour 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues