google-search.autocomplete
Get Google Search autocomplete suggestions for a partial query.
Returns the normalized query and an array of suggested search phrases.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Partial search keywords or phrase. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Normalized query echoed from the request. | |
| suggestions | No | Suggested search phrases for the query. |