search_google
Perform real-time Google searches directly from conversations using the MCP Web Research Server. Retrieve results quickly for efficient web research and information gathering.
Instructions
Search Google for a query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search query |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}