search_google
Perform real-time Google searches directly through the MCP Web Research Server to retrieve up-to-date information for any query, enhancing research and knowledge integration.
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"
}