Skip to main content
Glama

WebSearch-MCP

by mnhlt

web_search

Perform real-time web searches to retrieve up-to-date information, news, blogs, or details about companies, products, events, or people. Configure results by language, region, domains, or result type for precise data retrieval.

Instructions

Search the web for information. Use this tool when you need to search the web for information. You can use this tool to search for news, blogs, or all types of information. You can also use this tool to search for information about a specific company or product. You can also use this tool to search for information about a specific person. You can also use this tool to search for information about a specific product. You can also use this tool to search for information about a specific company. You can also use this tool to search for information about a specific event. You can also use this tool to search for information about a specific location. You can also use this tool to search for information about a specific thing. If you request search with 1 result number and failed, retry with bigger results number.

Input Schema

NameRequiredDescriptionDefault
excludeDomainsNoDomains to exclude from results
excludeTermsNoTerms to exclude from results
includeDomainsNoOnly include these domains in results
languageNoLanguage code for search results (e.g., 'en')
numResultsNoNumber of results to return (default: 5)
queryYesThe search query to look up
regionNoRegion code for search results (e.g., 'us')
resultTypeNoType of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "excludeDomains": { "description": "Domains to exclude from results", "items": { "type": "string" }, "type": "array" }, "excludeTerms": { "description": "Terms to exclude from results", "items": { "type": "string" }, "type": "array" }, "includeDomains": { "description": "Only include these domains in results", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Language code for search results (e.g., 'en')", "type": "string" }, "numResults": { "description": "Number of results to return (default: 5)", "type": "number" }, "query": { "description": "The search query to look up", "type": "string" }, "region": { "description": "Region code for search results (e.g., 'us')", "type": "string" }, "resultType": { "description": "Type of results to return", "enum": [ "all", "news", "blogs" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from WebSearch-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnhlt/WebSearch-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server