autocomplete_search
Fetches autocomplete suggestions for a query on Carrefour France, returning suggested terms with highlights and search links. Powers search bar typeahead features.
Instructions
Retrieves search autocomplete suggestions for a query on Carrefour France. Returns a list of suggested search terms with their highlighted text, plain text, and corresponding search links. Useful for powering a search bar autocomplete/typeahead feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The search query string to get autocomplete suggestions for. Can be empty or partial text typed by the user. | |
| maxResults | No | Maximum number of autocomplete suggestions to return. | |
| productCard | No | Whether to include product card data in the suggestions response. |