q
gl
hl
[ { "description": "Search Google and return top 10 results", "name": "searchGoogle", "parameters": { "properties": { "q": { "type": "string" }, "gl": { "type": "string" }, "hl": { "type": "string" } }, "required": [ "q" ], "type": "object" } } ]