Skip to main content
Glama

text_web_search

Conduct web searches by entering a query, specifying region, max results, and pages to retrieve targeted information from the web.

Instructions

Perform a text web search using the provided query using DDGS.

Input Schema

NameRequiredDescriptionDefault
max_resultsNoThe maximum number of results to return. Default is 10, maximum is 100.
pagesNoThe number of pages to fetch. Default is 1, maximum is 10.
queryYesThe search query to fetch results for. It should be a non-empty string.
regionNoOptional region to search in.us-en

Input Schema (JSON Schema)

{ "properties": { "max_results": { "anyOf": [ { "maximum": 100, "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 10, "description": "The maximum number of results to return. Default is 10, maximum is 100.", "title": "Max Results" }, "pages": { "anyOf": [ { "maximum": 10, "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 1, "description": "The number of pages to fetch. Default is 1, maximum is 10.", "title": "Pages" }, "query": { "description": "The search query to fetch results for. It should be a non-empty string.", "title": "Query", "type": "string" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "us-en", "description": "Optional region to search in.", "title": "Region" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from PyMCP

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/anirbanbasu/pymcp'

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