Skip to main content
Glama

Fetch Browser

google_search

Perform a Google search directly from the Fetch Browser MCP server, retrieving results in JSON, text, HTML, or markdown formats for efficient data integration and analysis.

Instructions

Execute a Google search and return results in various formats

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return
queryYesThe search query to execute
responseTypeNoExpected response typejson
topicNoType of search to performweb

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 10, "description": "Maximum number of results to return", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "The search query to execute", "minLength": 1, "type": "string" }, "responseType": { "default": "json", "description": "Expected response type", "enum": [ "text", "json", "html", "markdown" ], "type": "string" }, "topic": { "default": "web", "description": "Type of search to perform", "enum": [ "web", "news" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Fetch Browser

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/TheSethRose/Fetch-Browser'

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