google-search.autocomplete
ActiveTool of Vee3
declared in 1.27.1
Get Google Search autocomplete suggestions for a partial query. Returns the normalized query and an array of suggested search phrases. Cost = 5 tokens.
Parameters schema
{
"type": "object",
"title": "get_google_search_autocompleteArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query",
"maxLength": 512,
"description": "Partial search keywords or phrase."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries