Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBSEARCH_RESULTSNoTop N results to fetch full text for (max 12)10
WEBSEARCH_USE_CURLNoLast fallback: plain HTTP fetch1
WEBSEARCH_SEARXNG_URLNoSearXNG endpoint (JSON format auto-appended)http://100.77.7.3:8890/search
WEBSEARCH_BROWSEROS_URLNoBrowserOS MCP (streamable HTTP)http://127.0.0.1:9002/mcp
WEBSEARCH_USE_BROWSEROSNoUse BrowserOS batch extraction1
WEBSEARCH_MAX_PAGE_CHARSNoTruncate each page's text to this many chars (context budget)8000
WEBSEARCH_USE_PLAYWRIGHTNoFall back to headless Chromium1
WEBSEARCH_PAGE_TIMEOUT_MSNoPer-page read/navigation timeout25000

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
websearchA

Search the web (SearXNG) and return the full body text of the top N results. Pages are loaded in parallel via BrowserOS, falling back to headless Chromium (Playwright) then plain HTTP fetch. Returns each result as {title, url, text}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with another. The tool's purpose is clearly defined as web search, with a detailed description of behavior.

Naming Consistency5/5

With a single tool named 'websearch', there is no inconsistency or mixed conventions. The name is descriptive and matches the server's purpose.

Tool Count3/5

The server has only one tool, which is borderline thin. However, for a focused web search server, a single tool can be appropriate, though it lacks the breadth of a multi-tool search suite.

Completeness4/5

The tool covers the core web search workflow, including fetching top results and body text. Minor gaps may exist such as advanced filtering options, but the essential functionality is present.

Maintenance

ActivitySlowing
ResponsivenessNo issues