search_web
ActiveTool of io.github.meltingpixelsai/harvey-tools
declared in 1.0.0
Search the web via Google and return organic results with titles, links, and snippets. Optionally returns answer box if available.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Search query"
},
"num_results": {
"type": "number",
"maximum": 50,
"minimum": 1,
"description": "Number of results to return (default: 10)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.meltingpixelsai/harvey-tools
https://github.com/meltingpixelsai/harvey-tools
2/7 registries