Skip to main content
Glama
TWFU-wcy

websearch-ring

by TWFU-wcy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXA_API_KEYNoOptional Exa API key; empty uses keyless mode
WEBSEARCH_UANoUser-Agent used for Bing scrapingChrome UA
TAVILY_API_KEYNoOptional Tavily API key; empty uses keyless mode
WEBSEARCH_TTL_MSNoCache TTL in milliseconds; 0 disables cache1200000
WEBSEARCH_VENDORSNoVendor rotation order, comma-separatedexa,tavily,bing
WEBSEARCH_MAX_CHARSNoMaximum characters of returned text12000
WEBSEARCH_TIMEOUT_MSNoTimeout for each vendor in milliseconds12000

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": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web. Rotates across multiple keyless search backends with automatic failover, so it stays available regardless of which chat model or provider the client uses. Returns titles, URLs and snippets, and reports which backend served the result.

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

With only one tool, there is no possibility of overlap or confusion. The tool's purpose is clear and distinct by definition.

Naming Consistency5/5

A single tool named web_search follows a clear verb_noun convention. Consistency is trivially maintained since there are no other tools to conflict.

Tool Count3/5

One tool for a web search server is borderline. While it serves a specific purpose, the lack of any auxiliary tools (e.g., for history, preferences, or pagination) makes the server feel minimal, though not unreasonable for a focused search utility.

Completeness4/5

The tool covers the core search workflow effectively, returning titles, URLs, and snippets. However, it lacks advanced search options (filters, pagination, explicit backend selection) that could round out the surface, though these are not strictly required for basic search.

Maintenance

ActivityMaintained
ResponsivenessNo issues