Skip to main content
Glama

cricket-mcp-server

web_search

Perform targeted web searches for cricket-related information, retrieve relevant links with titles and snippets, and filter results by specific sites for focused queries.

Instructions

General web search for cricket-related queries. Returns links with titles and snippets.

Args: query (str): Search query num_results (int): Number of results to return (max ~10 typical) site_filter (str, optional): If provided, prefixes the query with e.g. "site.com"

Returns: list[dict]: [{"title": str, "url": str, "snippet": str}]

Input Schema

NameRequiredDescriptionDefault
num_resultsNo
queryYes
site_filterNo

Input Schema (JSON Schema)

{ "properties": { "num_results": { "default": 5, "title": "Num Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "site_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Site Filter" } }, "required": [ "query" ], "title": "web_searchArguments", "type": "object" }

Other Tools from cricket-mcp-server

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/tarun7r/cricket-mcp-server'

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