Skip to main content
Glama
Mantraa-Zzz

Web Search MCP Server

by Mantraa-Zzz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelinfo
MAX_RESULTSNoMaximum number of search results10
SEARCH_API_KEYYesGoogle Custom Search API key
REQUEST_TIMEOUTNoRequest timeout in milliseconds10000
SEARCH_PROVIDERNoSearch provider to usegoogle
SEARCH_ENGINE_IDYesGoogle Custom Search Engine ID

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
web_searchB

在互联网上搜索信息,返回相关的网页链接和摘要

web_scrapeC

抓取指定网页的内容,提取文本和元数据

web_search_and_scrapeC

搜索网页并抓取前几个结果的内容

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation2/5

The tools have significant overlap, particularly between web_search and web_search_and_scrape, which both perform search operations. While web_scrape is distinct for direct content extraction, the boundary between the two search tools is unclear, as web_search_and_scrape essentially combines the functionality of the other two, creating redundancy and potential confusion for agent selection.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a clear 'web_' prefix, indicating the domain. The naming is predictable and uniform across all three tools, making it easy to understand their purpose and relationship at a glance.

Tool Count3/5

With only 3 tools, the count feels thin for a web search server, potentially limiting functionality. While it covers basic search and scrape operations, the scope might be too narrow, lacking tools for advanced features like filtering, pagination, or handling different content types, which could hinder comprehensive agent workflows.

Completeness2/5

The tool set has notable gaps for a web search domain, such as missing operations for filtering search results, handling pagination, or accessing cached content. The redundancy in search tools (web_search and web_search_and_scrape) suggests inefficiency rather than coverage, and there are no tools for managing search sessions or advanced metadata extraction, which could lead to agent failures in complex tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues