Skip to main content
Glama

HDW MCP Server

google_search

Search for information using Google search API to retrieve relevant web results based on your query parameters.

Instructions

Search for information using Google search API

Input Schema

NameRequiredDescriptionDefault
countNoMaximum number of results (from 1 to 20)
queryYesSearch query. For example: 'python fastapi'
timeoutNoTimeout in seconds (20-1500)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Maximum number of results (from 1 to 20)", "type": "number" }, "query": { "description": "Search query. For example: 'python fastapi'", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds (20-1500)", "type": "number" } }, "required": [ "query" ], "type": "object" }

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/horizondatawave/hdw-mcp-server'

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