Search the web via Google. Returns titles, URLs, and snippets for any query. Useful for research, fact-checking, and finding current information.
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | required | Search query |
| numResults | string | optional | Number of results to return (max 20) |
// MCP tool call
{
"name": "web_search",
"arguments": {
"query": "",
"numResults": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}